summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/kxgettext.c
diff options
context:
space:
mode:
authorNaohiro Aota2010-09-30 21:23:17 +0200
committerMichal Marek2010-09-30 21:59:32 +0200
commit8bea7548ee0223175bea5fddcc54af93bd252d9b (patch)
tree59bcfb7aeb795041bb9c8d34b80c767fd656230c /scripts/kconfig/kxgettext.c
parentMerge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar... (diff)
downloadkernel-qcow2-linux-8bea7548ee0223175bea5fddcc54af93bd252d9b.tar.gz
kernel-qcow2-linux-8bea7548ee0223175bea5fddcc54af93bd252d9b.tar.xz
kernel-qcow2-linux-8bea7548ee0223175bea5fddcc54af93bd252d9b.zip
kconfig: Don't go out from read config loop when you read new symbol
commit 8baefd30b5b0101aa07aa75da44a9eee881eed28 of linux-next replaced a `switch()' statement with some `if()' statements, but left `break's in the `switch()' statement untouched. This cause read config loop to exit and so "make oldconfig" is not much usable (see below). > $ make oldconfig ><snip> > scripts/kconfig/conf --oldconfig Kconfig > # > # using defaults found in /boot/config-2.6.34-ccs-r1 > # > * > * Restart config... > * > * > * General setup > * > Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) [N/y/?] (NEW) (I've already have "CONFIG_EXPERIMENTAL=y" in the old config file. But that's not read here.) This patch should fix this problem. Signed-off-by: Naohiro Aota <naota@elisp.net> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/kxgettext.c')
0 files changed, 0 insertions, 0 deletions