diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-08 16:26:49 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-08 16:26:49 +0000 |
commit | 4b04f543a1fc897a0eefd8a4606992ec22a48636 (patch) | |
tree | dcd3defdd81c0c372d79241bec8b08c9d5ac7c1d | |
parent | 35d1683ce9d8457ee056b955139f5b12f3901b75 (diff) | |
download | busybox-w32-4b04f543a1fc897a0eefd8a4606992ec22a48636.tar.gz busybox-w32-4b04f543a1fc897a0eefd8a4606992ec22a48636.tar.bz2 busybox-w32-4b04f543a1fc897a0eefd8a4606992ec22a48636.zip |
build system: do not rebuild entire tree if it is moved
-rw-r--r-- | Makefile.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags index 61bff4f66..f27c601c8 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -11,7 +11,7 @@ CPPFLAGS += $(call cc-option,-std=gnu99,) | |||
11 | 11 | ||
12 | CPPFLAGS += \ | 12 | CPPFLAGS += \ |
13 | -Iinclude -Ilibbb \ | 13 | -Iinclude -Ilibbb \ |
14 | $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \ | 14 | $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include -I$(srctree)/libbb) \ |
15 | -include include/autoconf.h \ | 15 | -include include/autoconf.h \ |
16 | -D_GNU_SOURCE -DNDEBUG \ | 16 | -D_GNU_SOURCE -DNDEBUG \ |
17 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ | 17 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ |