svn commit: trunk/busybox

vapier at busybox.net vapier at busybox.net
Fri Jan 26 07:14:02 UTC 2007


Author: vapier
Date: 2007-01-25 23:14:01 -0800 (Thu, 25 Jan 2007)
New Revision: 17537

Log:
respect CFLAGS/CPPFLAGS in env

Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2007-01-26 07:02:56 UTC (rev 17536)
+++ trunk/busybox/Makefile	2007-01-26 07:14:01 UTC (rev 17537)
@@ -299,9 +299,9 @@
 
 # Use LINUXINCLUDE when you must reference the include/ directory.
 # Needed to be compatible with the O= option
-CFLAGS		:=
-CPPFLAGS	:=
-AFLAGS		:=
+CFLAGS		:= $(CFLAGS)
+CPPFLAGS	:= $(CPPFLAGS)
+AFLAGS		:= $(AFLAGS)
 
 # Read KERNELRELEASE from .kernelrelease (if it exists)
 KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)




More information about the busybox-cvs mailing list