diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-11 20:48:24 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-11 20:48:24 +0000 |
commit | ab8d64334188e25031953f21fe92fb7839ffa806 (patch) | |
tree | f910bd362c515fd91078d45a596cf6ce8ab6728c | |
parent | 1ec8d16adf5754d6ee2aad34c008551173ad490d (diff) | |
download | busybox-w32-ab8d64334188e25031953f21fe92fb7839ffa806.tar.gz busybox-w32-ab8d64334188e25031953f21fe92fb7839ffa806.tar.bz2 busybox-w32-ab8d64334188e25031953f21fe92fb7839ffa806.zip |
- pin the CFLAGS to make sure that we don't have to re-evaluate the
check_gcc over and over again. Makes make -j work for me..
git-svn-id: svn://busybox.net/trunk/busybox@14824 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS))) | |||
73 | #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") | 73 | #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") |
74 | 74 | ||
75 | WARNINGS=-Wall -Wstrict-prototypes -Wshadow | 75 | WARNINGS=-Wall -Wstrict-prototypes -Wshadow |
76 | CFLAGS+=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir) | 76 | CFLAGS:=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir) |
77 | 77 | ||
78 | ARFLAGS=cru | 78 | ARFLAGS=cru |
79 | 79 | ||