kconfig: change nonint_oldconfig to listnewconfig
authorSam Ravnborg <sam@ravnborg.org>
Sat, 31 Jul 2010 21:35:28 +0000 (23:35 +0200)
committerMichal Marek <mmarek@suse.cz>
Tue, 3 Aug 2010 11:49:31 +0000 (13:49 +0200)
commit861b4ea4cc0eade661480f1ce197ae747f22a918
treed74219b8e36235774cd99a7a61a0f53f4cb15c1d
parentef61ca88c511154d6bead23c08f9a021cfdfeb01
kconfig: change nonint_oldconfig to listnewconfig

Rename to a name that better match the other kconfig targets.

listnewconfig shall read as:

- list new options compared to current configuration

New options are now written to stdout so one can redirect the output.

Do not exit with an error code if there is new options.

These are feature changes compared to the original
nonint_oldconfig - but as this feature has not yet been in a
released kernel it should not matter.

It is still possible to do:

make listnewconfig
lookup new config options in Kconfig*
edit .config

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Aristeu Rozanski <aris@redhat.com>
Acked-by: Aristeu Rozanski <aris@redhat.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile
scripts/kconfig/conf.c