svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Wed Mar 22 15:24:28 UTC 2006


Author: landley
Date: 2006-03-22 07:24:24 -0800 (Wed, 22 Mar 2006)
New Revision: 14599

Log:
Tweak allbareconfig not to pause.


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-03-22 14:07:23 UTC (rev 14598)
+++ trunk/busybox/Makefile	2006-03-22 15:24:24 UTC (rev 14599)
@@ -205,7 +205,7 @@
 	@$(SED) -i -r -e "s/^(USING_CROSS_COMPILER|CONFIG_(DEBUG|STATIC|SELINUX|DEVFSD|NC_GAPING_SECURITY_HOLE|BUILD_AT_ONCE)).*/# \1 is not set/" .config
 	@$(SED) -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config
 	@echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config
-	@./scripts/config/conf -o $(CONFIG_CONFIG_IN)
+	@yes n | ./scripts/config/conf -o $(CONFIG_CONFIG_IN)
 
 else # ifneq ($(strip $(HAVE_DOT_CONFIG)),y)
 




More information about the busybox-cvs mailing list