diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-04-06 11:46:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-04-06 11:46:56 +0000 |
commit | 2832bec490ae282952c180b52202a14c1adecc04 (patch) | |
tree | 83d9a1e2c828e0db947868724341b6be6d02b44b | |
parent | b80f896a3948ba4a5e735355124f25d85e10421d (diff) | |
download | busybox-w32-2832bec490ae282952c180b52202a14c1adecc04.tar.gz busybox-w32-2832bec490ae282952c180b52202a14c1adecc04.tar.bz2 busybox-w32-2832bec490ae282952c180b52202a14c1adecc04.zip |
Make 'allyesconfig' be a bit less stupid
git-svn-id: svn://busybox.net/trunk/busybox@8695 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -195,6 +195,9 @@ randconfig: scripts/config/conf | |||
195 | 195 | ||
196 | allyesconfig: scripts/config/conf | 196 | 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 | ||
199 | sed -i -e "s/^USING_CROSS_COMPILER.*/# USING_CROSS_COMPILER is not set/" .config | ||
200 | @./scripts/config/conf -o $(CONFIG_CONFIG_IN) | ||
198 | 201 | ||
199 | allnoconfig: scripts/config/conf | 202 | allnoconfig: scripts/config/conf |
200 | @./scripts/config/conf -n $(CONFIG_CONFIG_IN) | 203 | @./scripts/config/conf -n $(CONFIG_CONFIG_IN) |