aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-06 11:46:56 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-06 11:46:56 +0000
commit8ee6943d3e6fd64ba54d555e8c717fe85084a74b (patch)
tree83d9a1e2c828e0db947868724341b6be6d02b44b /Makefile
parent5c1ee519ea00311db4af0f3daca4387be6067772 (diff)
downloadbusybox-8ee6943d3e6fd64ba54d555e8c717fe85084a74b.tar.gz
Make 'allyesconfig' be a bit less stupid
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ebab1ff2..d5b23e7ae 100644
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,9 @@ randconfig: scripts/config/conf
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)