linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.4 patch] Corrected faulty syntax in drivers/input/Config.in
@ 2006-03-03 18:01 Adrian Bunk
  2006-03-03 20:26 ` Nick Warne
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2006-03-03 18:01 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, Stefan-W. Hahn

From: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>

If statement in drivers/input/Config.in for "make xconfig" corrected.


Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was sent by Stefan-W. Hahn on:
- 26 Feb 2006

--- a/drivers/input/Config.in
+++ b/drivers/input/Config.in
@@ -8,7 +8,7 @@ comment 'Input core support'
 tristate 'Input core support' CONFIG_INPUT
 dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
 
-if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
+if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
 	bool '  Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
 fi
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2.4 patch] Corrected faulty syntax in drivers/input/Config.in
  2006-03-03 18:01 [2.4 patch] Corrected faulty syntax in drivers/input/Config.in Adrian Bunk
@ 2006-03-03 20:26 ` Nick Warne
  2006-03-04 18:44   ` Jan Engelhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Warne @ 2006-03-03 20:26 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Marcelo Tosatti, linux-kernel, Stefan-W. Hahn, Willy Tarreau

> If statement in drivers/input/Config.in for "make xconfig" corrected.
>
>
> Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> ---
>
> This patch was sent by Stefan-W. Hahn on:
> - 26 Feb 2006
>
> --- a/drivers/input/Config.in
> +++ b/drivers/input/Config.in
> @@ -8,7 +8,7 @@ comment 'Input core support'
>  tristate 'Input core support' CONFIG_INPUT
>  dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
>
> -if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
> +if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
>         bool '  Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
>  fi

This was my patch, and after I saw that a bit later (Duh!), I did ask:

http://marc.theaimsgroup.com/?l=linux-kernel&m=112966037407189&w=2

But got no feedback, and it was accepted, so I presumed all was OK.

So it looks like breaks in xconfig, and not menuconfig (what I use).

Nick

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2.4 patch] Corrected faulty syntax in drivers/input/Config.in
  2006-03-03 20:26 ` Nick Warne
@ 2006-03-04 18:44   ` Jan Engelhardt
  2006-03-04 18:56     ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Engelhardt @ 2006-03-04 18:44 UTC (permalink / raw)
  To: Nick Warne
  Cc: Adrian Bunk, Marcelo Tosatti, linux-kernel, Stefan-W. Hahn,
	Willy Tarreau

>> If statement in drivers/input/Config.in for "make xconfig" corrected.
>>
>> Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>>
>> --- a/drivers/input/Config.in
>> +++ b/drivers/input/Config.in
>> @@ -8,7 +8,7 @@ comment 'Input core support'
>>  tristate 'Input core support' CONFIG_INPUT
>>  dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
>>
>> -if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
>> +if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
>>         bool '  Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
>>  fi

If this is sh compatible code, then == is just as valid -- if xconfig 
breaks then, then xconfig is broken, not the file.


Jan Engelhardt
-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2.4 patch] Corrected faulty syntax in drivers/input/Config.in
  2006-03-04 18:44   ` Jan Engelhardt
@ 2006-03-04 18:56     ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2006-03-04 18:56 UTC (permalink / raw)
  To: Jan Engelhardt
  Cc: Nick Warne, Marcelo Tosatti, linux-kernel, Stefan-W. Hahn, Willy Tarreau

On Sat, Mar 04, 2006 at 07:44:01PM +0100, Jan Engelhardt wrote:
> >> If statement in drivers/input/Config.in for "make xconfig" corrected.
> >>
> >> Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
> >> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> >>
> >> --- a/drivers/input/Config.in
> >> +++ b/drivers/input/Config.in
> >> @@ -8,7 +8,7 @@ comment 'Input core support'
> >>  tristate 'Input core support' CONFIG_INPUT
> >>  dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
> >>
> >> -if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
> >> +if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
> >>         bool '  Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
> >>  fi
> 
> If this is sh compatible code, then == is just as valid -- if xconfig 

It is not.

> breaks then, then xconfig is broken, not the file.

Please read at least the section "Introduction" of 
Documentation/kbuild/config-language.txt in kernel 2.4
instead of falsely accusing xconfig of being broken.

> Jan Engelhardt

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-04 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-03 18:01 [2.4 patch] Corrected faulty syntax in drivers/input/Config.in Adrian Bunk
2006-03-03 20:26 ` Nick Warne
2006-03-04 18:44   ` Jan Engelhardt
2006-03-04 18:56     ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).