Re: (PATCH) Re: 2.5.40: make menuconfig error

From: Andrzej Krzysztofowicz (ankry@green.mif.pg.gda.pl)
Date: Thu Oct 03 2002 - 07:17:50 EST


> > > Q> ./scripts/Menuconfig: MCmenu74: command not found
>
> The following patch fix it
>
> --- linux-2.5.40/sound/Config.in Tue Oct 1 04:06:30 2002
> +++ linux-2.5/sound/Config.in Wed Oct 2 07:27:04 2002
> @@ -31,10 +31,7 @@
> if [ "$CONFIG_SND" != "n" -a "$CONFIG_ARM" = "y" ]; then
> source sound/arm/Config.in
> fi
> -if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC32" = "y" ]; then
> - source sound/sparc/Config.in
> -fi
> -if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC64" = "y" ]; then
> +if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC32" = "y" ] || [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC64" = "y" ];then
                                                         ^^^^
and you will break xconfig.

> source sound/sparc/Config.in
> fi

Valid syntax is described in

Documentation/kbuild/config-language.txt

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Gdansk University of Technology
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:38 EST