Re: [PATCH] builddeb: fix errors caused by objtree redefinition

From: Darrick J. Wong
Date: Thu Jun 19 2014 - 04:31:01 EST


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@xxxxxxxxxx>
> > ---
> > 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/