svn commit: trunk/busybox

vda at busybox.net vda at busybox.net
Tue Oct 31 15:03:10 PST 2006


Author: vda
Date: 2006-10-31 15:03:09 -0800 (Tue, 31 Oct 2006)
New Revision: 16481

Log:
build system: Makefiles are in source dir, add $(srctree)


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-10-31 22:46:08 UTC (rev 16480)
+++ trunk/busybox/Makefile	2006-10-31 23:03:09 UTC (rev 16481)
@@ -263,7 +263,7 @@
 MAKEFLAGS += --include-dir=$(srctree)
 
 # We need some generic definitions
-include  $(srctree)/scripts/Kbuild.include
+include $(srctree)/scripts/Kbuild.include
 
 # For maximum performance (+ possibly random breakage, uncomment
 # the following)
@@ -988,7 +988,7 @@
 boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
 boards := $(notdir $(boards))
 
--include Makefile.help
+-include $(srctree)/Makefile.help
 
 # Documentation targets
 # ---------------------------------------------------------------------------
@@ -1282,7 +1282,7 @@
 PHONY += FORCE
 FORCE:
 
--include Makefile.custom
+-include $(srctree)/Makefile.custom
 
 # Declare the contents of the .PHONY variable as phony.  We keep that
 # information in a variable se we can use it in if_changed and friends.



More information about the busybox-cvs mailing list