(PATCH) Re: 2.5.40: make menuconfig error

From: Carlos E Gorges (carlos@techlinux.com.br)
Date: Wed Oct 02 2002 - 07:54:19 EST


On Quarta 02 Outubro 2002 09:44, Sam Ravnborg wrote:
> On Wed, Oct 02, 2002 at 02:03:00PM +0200, Frederik Nosi wrote:
> > Please CC me because I'm not in the list
> > Here it is:
> >
> >
> > Menuconfig has encountered a possible error in one of the kernel's
> > configuration files and is unable to continue. Here is the error
> > report:
> >
> > 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
   source sound/sparc/Config.in
 fi
 

--

-- _________________________ Carlos E Gorges (carlos@techlinux.com.br) Tech informática LTDA Brazil _________________________

- 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:34 EST