Searched hist:"4062 f1a4c030157216dc8932e27131975cf7253c" (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
H A D | conf.c | diff 4062f1a4c030157216dc8932e27131975cf7253c Sat Jul 31 23:35:26 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: use long options in conf
The list of options supported by conf is growing and their abbreviation did not resemble anything usefull.
So drop the single letter options in favour of long options.
The long options are named equal to what we know from the make target. The internal implmentation was changed to match this, resulting in much more readable code.
Support for short options is dropped - no one is supposed to call this program direct anyway.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
|
H A D | Makefile | diff 4062f1a4c030157216dc8932e27131975cf7253c Sat Jul 31 23:35:26 CEST 2010 Sam Ravnborg <sam@ravnborg.org> kconfig: use long options in conf
The list of options supported by conf is growing and their abbreviation did not resemble anything usefull.
So drop the single letter options in favour of long options.
The long options are named equal to what we know from the make target. The internal implmentation was changed to match this, resulting in much more readable code.
Support for short options is dropped - no one is supposed to call this program direct anyway.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
|