aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-22 15:24:24 +0000
committerRob Landley <rob@landley.net>2006-03-22 15:24:24 +0000
commit786988faf7ac9ca384ed4d6ee1095e242c67dc8a (patch)
tree064f1b78cac129e6a260e33075ec49868b3fd163 /Makefile
parent7328c8fdc17a73c1e2ad3d5934d4652bd2b2ac12 (diff)
downloadbusybox-786988faf7ac9ca384ed4d6ee1095e242c67dc8a.tar.gz
Tweak allbareconfig not to pause.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e65be73a..da02411bc 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ allbareconfig: scripts/config/conf
@$(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)