[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140619083047.GB24952@birch.djwong.org>
Date: Thu, 19 Jun 2014 01:30:47 -0700
From: "Darrick J. Wong" <darrick.wong@...cle.com>
To: Michal Marek <mmarek@...e.cz>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] builddeb: fix errors caused by objtree redefinition
On Thu, Jun 19, 2014 at 09:27:40AM +0200, Michal Marek wrote:
> On 2014-06-19 02:13, Darrick J. Wong wrote:
> > In commit 7e1c04779efd51154baf652e653ceb24ce68939b ("kbuild: Use
> > relative path for $(objtree)"), objtree was redefined from whatever
> > $(CURDIR) is to a simple ".". Unfortunately, this breaks builddeb,
> > which was relying on $objtree to be an absolute path, not a relative
> > one. Since the script is run from the object directory, pick up a
> > more absolute value for objtree where it's needed.
> >
> > Signed-off-by: Darrick J. Wong <darrick.wong@...cle.com>
> > ---
> > scripts/package/builddeb | 1 +
> > 1 file changed, 1 insertion(+)
>
> Hi Darrick,
>
> thanks for the patch. Can you check if commit a765a7ce from linux-next
> also fixes your issue? This is on its way to Linus.
Looks good! You can add my Tested-by if you like.
--D
>
> Thanks,
> Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists