[kbuild-devel] Bug with multiple help messages, the last one is shown

2005-03-23 Thread Blaisorblade
I've verified multiple times that if we have a situation like this bool A depends on TRUE help Bla bla1 and bool A depends on FALSE help Bla bla2 even if the first option is the displayed one, the help text used is the one for the second option (the absence of "prompt" is not relevant here

[kbuild-devel] [patch 1/1] kconfig: trivial cleanup

2005-03-23 Thread blaisorblade
CC: Roman Zippel <[EMAIL PROTECTED]>, Replace a menu_add_prop mimicking menu_add_prompt with the latter. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- linux-2.6.11-paolo/scripts/kconfig/zconf.y |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN script

[kbuild-devel] Re: [patch 1/1] kconfig: trivial cleanup

2005-03-23 Thread Roman Zippel
Hi, On Tue, 22 Mar 2005 [EMAIL PROTECTED] wrote: > Replace a menu_add_prop mimicking menu_add_prompt with the latter. > > Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> > --- > > linux-2.6.11-paolo/scripts/kconfig/zconf.y |2 +- > 1 files changed, 1 insertion(+), 1 delet

[kbuild-devel] Re: Bug with multiple help messages, the last one is shown

2005-03-23 Thread Roman Zippel
Hi, On Tue, 22 Mar 2005, Blaisorblade wrote: > I've verified multiple times that if we have a situation like this > > bool A > depends on TRUE > help > Bla bla1 > > and > > bool A > depends on FALSE > help > Bla bla2 > > even if the first option is the displayed one, the help text used is