From 18f2a79f9b0cb10cc54bb92e5f40f0a72c707f6f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 5 Apr 2009 09:02:11 +0000 Subject: build system tweaks to account for latest hush changes --- scripts/randomtest | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3