[BusyBox-cvs] busybox Makefile,1.290,1.291

Erik Andersen andersen at busybox.net
Tue Apr 6 11:46:58 UTC 2004


Update of /var/cvs/busybox
In directory nail:/tmp/cvs-serv14474

Modified Files:
	Makefile 
Log Message:
Make 'allyesconfig' be a bit less stupid


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- a/Makefile	15 Mar 2004 08:28:15 -0000	1.290
+++ b/Makefile	6 Apr 2004 11:46:56 -0000	1.291
@@ -195,6 +195,9 @@
 
 allyesconfig: scripts/config/conf
 	@./scripts/config/conf -y $(CONFIG_CONFIG_IN)
+	sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
+	sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config
+	@./scripts/config/conf -o $(CONFIG_CONFIG_IN)
 
 allnoconfig: scripts/config/conf
 	@./scripts/config/conf -n $(CONFIG_CONFIG_IN)




More information about the busybox-cvs mailing list