Searched hist:"861 b4ea4cc0eade661480f1ce197ae747f22a918" (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
H A D | conf.c | diff 861b4ea4cc0eade661480f1ce197ae747f22a918 Sat Jul 31 23:35:28 CEST 2010 Sam Ravnborg <sam@ravnborg.org> 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>
|
H A D | Makefile | diff 861b4ea4cc0eade661480f1ce197ae747f22a918 Sat Jul 31 23:35:28 CEST 2010 Sam Ravnborg <sam@ravnborg.org> 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>
|