summaryrefslogtreecommitdiff
path: root/scripts/randomtest
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-05 09:02:11 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-05 09:02:11 +0000
commit18f2a79f9b0cb10cc54bb92e5f40f0a72c707f6f (patch)
tree0c4893dac70c644094889043582796e33c47ae2e /scripts/randomtest
parentd85a5df1598d671620407fb86e1dad00e4cbcb8c (diff)
downloadbusybox-18f2a79f9b0cb10cc54bb92e5f40f0a72c707f6f.tar.gz
build system tweaks to account for latest hush changes
Diffstat (limited to 'scripts/randomtest')
-rwxr-xr-xscripts/randomtest11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index 7b80f4a2a..eebf1c524 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -76,17 +76,6 @@ cat .config \
mv .config.new .config
}
-# CONFIG_NOMMU + CONFIG_HUSH + CONFIG_WERROR don't mix
-# (produces warning)
-grep -q ^CONFIG_NOMMU= .config && \
-grep -q ^CONFIG_HUSH= .config && \
-{
-cat .config \
-| grep -v ^CONFIG_WERROR= \
-| cat >.config.new
-mv .config.new .config
-}
-
# Regenerate .config with default answers for yanked-off options
{ yes "" | make oldconfig >/dev/null; } || exit 1