diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-06 11:51:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-06 11:51:45 +0000 |
commit | b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624 (patch) | |
tree | 3c6893866b3b1ecc46a32641366d3d6bdb4d6cb5 | |
parent | 8ee6943d3e6fd64ba54d555e8c717fe85084a74b (diff) | |
download | busybox-w32-b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624.tar.gz busybox-w32-b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624.tar.bz2 busybox-w32-b07ae7ba1064fb54f46ee2609dfbdbdbaaaa8624.zip |
Yet more 'make allyesconfig' adjustments
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
202 | allnoconfig: scripts/config/conf | 204 | allnoconfig: scripts/config/conf |