alistair23-linux/scripts/kconfig
Naohiro Aota 8bea7548ee kconfig: Don't go out from read config loop when you read new symbol
commit 8baefd30b5 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>
2010-09-30 21:59:32 +02:00
..
lxdialog kconfig: fix menuconfig on debian lenny 2010-09-20 14:09:31 +02:00
.gitignore gitignore: ignore Kconfig i18n files 2009-06-09 22:37:47 +02:00
check.sh
conf.c kconfig: rephrase help texts/comments not to include the package name 2010-09-19 18:19:30 -04:00
confdata.c kconfig: Don't go out from read config loop when you read new symbol 2010-09-30 21:59:32 +02:00
expr.c kconfig: Fix warning: ignoring return value of 'fwrite' 2010-08-13 00:40:26 +02:00
expr.h kconfig: constify file name 2010-09-19 22:54:00 -04:00
gconf.c kconfig: replace KERNELVERSION usage by the mainmenu's prompt 2010-09-19 22:53:53 -04:00
gconf.glade scripts/kconfig/gconf.glade Update broken web addresses. 2010-09-17 16:54:42 +02:00
images.c
kconfig_load.c
kxgettext.c kbuild: add static to prototypes 2009-09-20 12:27:44 +02:00
lex.zconf.c_shipped kconfig: regen parser 2010-09-19 18:19:44 -04:00
lkc.h kconfig: constify file name 2010-09-19 22:54:00 -04:00
lkc_proto.h kconfig: add a symbol string expansion helper 2010-09-19 18:19:48 -04:00
Makefile Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar/linux-2.6 into kbuild/kconfig 2010-09-27 23:24:53 +02:00
mconf.c kconfig: replace KERNELVERSION usage by the mainmenu's prompt 2010-09-19 22:53:53 -04:00
menu.c kconfig: don't emit warning upon rootmenu's prompt redefinition 2010-09-19 22:53:57 -04:00
nconf.c Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar/linux-2.6 into kbuild/kconfig 2010-09-27 23:24:53 +02:00
nconf.gui.c kbuild: fix typo 2010-08-17 11:00:43 +02:00
nconf.h nconfig: add search support 2010-08-16 22:04:55 +02:00
POTFILES.in kconfig: gettext support for lxdialog 2008-01-28 23:14:39 +01:00
qconf.cc kconfig: replace KERNELVERSION usage by the mainmenu's prompt 2010-09-19 22:53:53 -04:00
qconf.h kconfig qconf: port to QT4 2010-09-01 16:14:29 +02:00
streamline_config.pl kconfig: Hide error output in find command in streamline_config.pl 2010-05-28 10:34:41 -04:00
symbol.c kconfig: add a symbol string expansion helper 2010-09-19 18:19:48 -04:00
util.c kconfig: expand file names 2010-09-19 22:54:07 -04:00
zconf.gperf kconfig: Mark various internal functions static 2009-11-15 15:00:16 -08:00
zconf.hash.c_shipped kconfig: Mark various internal functions static 2009-11-15 15:00:16 -08:00
zconf.l kconfig: use the file's name of sourced file 2010-09-19 22:54:04 -04:00
zconf.tab.c_shipped kconfig: regen parser 2010-09-19 18:19:44 -04:00
zconf.y kconfig: expand by default the rootmenu's prompt 2010-09-19 18:19:53 -04:00