lkml.org 
[lkml]   [1999]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Simple make xconfig fix, linux-2.3.18
On Sat, Sep 11, 1999 at 01:56:30AM -0400, John Kacur wrote:
> If you do a make xconfig in kernel linux-2.3.18, you get an error
> because of a missing bracket. The file is drivers/char/Config.in
>

I think you got your patch the wrong way around. To make it correct
I'd say swap the + and - chars.

Scream now if I'm wrong.

> The Patch is
>
> --- Config.in Sat Sep 11 01:34:25 1999
> +++ Config.in.bak Sat Sep 11 01:34:01 1999
> @@ -69,7 +69,7 @@
> dep_tristate 'ATIXL busmouse support' CONFIG_ATIXL_BUSMOUSE
> $CONFIG_BUSMOUSE
> dep_tristate 'Logitech busmouse support' CONFIG_LOGIBUSMOUSE
> $CONFIG_BUSMOUSE
> dep_tristate 'Microsoft busmouse support' CONFIG_MS_BUSMOUSE
> $CONFIG_BUSMOUSE
> - if [ "$CONFIG_PPC" = "y"] ; then
> + if [ "$CONFIG_PPC" = "y" ; then
> dep_tristate 'Apple Desktop Bus mouse support' CONFIG_ADBMOUSE
> $CONFIG_BUSM
> OUSE
> fi
> fi
>
>
> jkacur@vaxxine.com
>
> p.s. If this would be better posted elsewhere, then, let me know,
> (gently) is there a xconfig maintainer?
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/

--
CaT (cat@zip.com.au) URL: http://www.zip.com.au/dev/null


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.032 / U:3.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site