From 54c9a0a95823d7128bb8139cdc6fc892073ef876 Mon Sep 17 00:00:00 2001 From: Yuta Ando Date: Mon, 1 Oct 2012 23:24:30 +0900 Subject: [PATCH] --- yaml --- r: 323500 b: refs/heads/master c: 4eae518d4b01b0cbf2f0d8edb5a6f3d6245ee8fb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/streamline_config.pl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b2f370cd057b..de9a5671d303 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45f4c81d690a57838822d4d01ad4c03651b76b95 +refs/heads/master: 4eae518d4b01b0cbf2f0d8edb5a6f3d6245ee8fb diff --git a/trunk/scripts/kconfig/streamline_config.pl b/trunk/scripts/kconfig/streamline_config.pl index 39b6314fe634..33689396953a 100644 --- a/trunk/scripts/kconfig/streamline_config.pl +++ b/trunk/scripts/kconfig/streamline_config.pl @@ -601,6 +601,8 @@ sub loop_select { if (defined($configs{$1})) { if ($localyesconfig) { $setconfigs{$1} = 'y'; + print "$1=y\n"; + next; } else { $setconfigs{$1} = $2; }