lkml.org 
[lkml]   [1999]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: PATCH for drivers/video/Config.in
Date
> The patch had a slight bug that stopped "make menuconfig" from
> working, fixed thus:
>
> if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
> + comment
> else

Maybe it would be simpler :
if [ "$ARCH" != "sparc" -a "$ARCH" !="sparc64" ]; then
...

(without else)

bash and xconfig seem to handle it properly...

Andrzej
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math., Technical University of Gdansk

-
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:51    [W:0.020 / U:1.680 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site