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) ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
