svn commit: trunk/busybox

vda at busybox.net vda at busybox.net
Thu May 8 09:26:49 PDT 2008


Author: vda
Date: 2008-05-08 09:26:49 -0700 (Thu, 08 May 2008)
New Revision: 21954

Log:
build system: do not rebuild entire tree if it is moved



Modified:
   trunk/busybox/Makefile.flags


Changeset:
Modified: trunk/busybox/Makefile.flags
===================================================================
--- trunk/busybox/Makefile.flags	2008-05-08 15:36:54 UTC (rev 21953)
+++ trunk/busybox/Makefile.flags	2008-05-08 16:26:49 UTC (rev 21954)
@@ -11,7 +11,7 @@
 
 CPPFLAGS += \
 	-Iinclude -Ilibbb \
-	$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \
+	$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include -I$(srctree)/libbb) \
 	-include include/autoconf.h \
 	-D_GNU_SOURCE -DNDEBUG \
 	$(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \



More information about the busybox-cvs mailing list