svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Tue Apr 11 20:48:25 UTC 2006


Author: aldot
Date: 2006-04-11 13:48:24 -0700 (Tue, 11 Apr 2006)
New Revision: 14824

Log:
- 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..


Modified:
   trunk/busybox/Rules.mak


Changeset:
Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak	2006-04-11 19:41:22 UTC (rev 14823)
+++ trunk/busybox/Rules.mak	2006-04-11 20:48:24 UTC (rev 14824)
@@ -73,7 +73,7 @@
 #GCCINCDIR:=$(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")
 
 WARNINGS=-Wall -Wstrict-prototypes -Wshadow
-CFLAGS+=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)
+CFLAGS:=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)
 
 ARFLAGS=cru
 




More information about the busybox-cvs mailing list