From: Eric Andersen Date: Tue, 6 Apr 2004 11:46:56 +0000 (-0000) Subject: Make 'allyesconfig' be a bit less stupid X-Git-Tag: 1_00_pre9~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ee6943d3e6fd64ba54d555e8c717fe85084a74b;p=platform%2Fupstream%2Fbusybox.git Make 'allyesconfig' be a bit less stupid --- diff --git a/Makefile b/Makefile index 6ebab1f..d5b23e7 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)