From 8b6bff527b7684c009e3a817d993818b075c590c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 3 May 2015 20:15:52 -0500 Subject: Yank smack from singleconfig. Need to come up with a better solution to this, but the problem is that single.sh's symbol enabling isn't dependency aware, and "silentoldconfig" prompts. I suspect the better solution is "write a kconfig replacement". --- scripts/single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/single.sh b/scripts/single.sh index a1510479..1d075fd7 100755 --- a/scripts/single.sh +++ b/scripts/single.sh @@ -19,7 +19,7 @@ do exit 1 fi - DEPENDS="$(sed -n 's/^[ \t]*depends on //;T;s/[!][A-Z0-9_]*//g;s/ *&& */|/g;p' $TOYFILE | xargs | tr ' ' '|')" + DEPENDS="$(sed -n 's/^[ \t]*depends on //;T;s/[!][A-Z0-9_]*//g;s/ *&& */|/g;p' $TOYFILE | grep -v SMACK | xargs | tr ' ' '|')" NAME=$(echo $i | tr a-z- A-Z_) export KCONFIG_CONFIG=.singleconfig -- cgit v1.2.3