aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-06 11:51:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-06 11:51:45 +0000
commitce9fe319e1495cc75d47c6c569496a00afe4a8ee (patch)
tree3c6893866b3b1ecc46a32641366d3d6bdb4d6cb5 /Makefile
parent2832bec490ae282952c180b52202a14c1adecc04 (diff)
downloadbusybox-w32-ce9fe319e1495cc75d47c6c569496a00afe4a8ee.tar.gz
busybox-w32-ce9fe319e1495cc75d47c6c569496a00afe4a8ee.tar.bz2
busybox-w32-ce9fe319e1495cc75d47c6c569496a00afe4a8ee.zip
Yet more 'make allyesconfig' adjustments
git-svn-id: svn://busybox.net/trunk/busybox@8696 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5b23e7ae..99c1ced09 100644
--- a/Makefile
+++ b/Makefile
@@ -197,6 +197,8 @@ allyesconfig: scripts/config/conf
197 @./scripts/config/conf -y $(CONFIG_CONFIG_IN) 197 @./scripts/config/conf -y $(CONFIG_CONFIG_IN)
198 sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config 198 sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
199 sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config 199 sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config
200 sed -i -e "s/^CONFIG_STATIC.*/# CONFIG_STATIC is not set/" .config
201 sed -i -e "s/^CONFIG_SELINUX.*/# CONFIG_SELINUX is not set/" .config
200 @./scripts/config/conf -o $(CONFIG_CONFIG_IN) 202 @./scripts/config/conf -o $(CONFIG_CONFIG_IN)
201 203
202allnoconfig: scripts/config/conf 204allnoconfig: scripts/config/conf