Re: PATCH for drivers/video/Config.in

Andrzej Krzysztofowicz (ankry@pg.gda.pl)
Fri, 2 Apr 1999 10:38:09 +0038 (MET DST)


> 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/