[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4820A588.3080902@de.ibm.com>
Date: Tue, 06 May 2008 20:38:00 +0200
From: Peter Oberparleiter <peter.oberparleiter@...ibm.com>
To: Jan Engelhardt <jengelh@...ozas.de>
CC: ltp-list@...ts.sourceforge.net,
Andrew Morton <akpm@...ux-foundation.org>,
ltp-coverage@...ts.sourceforge.net, sam@...nborg.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH 2/6] kbuild: let addtree result in absolute paths
only
Jan Engelhardt wrote:
> On Monday 2008-05-05 17:24, Peter Oberparleiter wrote:
>>+++ linux-2.6.26-rc1/scripts/Kbuild.include
>>@@ -144,7 +144,7 @@ ld-option = $(call try-run,\
>> build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj
>>
>> # Prefix -I with $(srctree) if it is not an absolute path.
>>-addtree = $(if $(filter-out -I/%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1))) $(1)
>>+addtree = $(if $(filter-out -I/%,$(1)),$(patsubst -I%,-I$(srctree)/%,$(1)),$(1))
>
> At least make it so that relative can be used whenever possible (e.g. on
> !CONFIG_GCOV)
Good idea - I'll consider it for the next patch version.
Regards,
Peter
--
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