Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 2 Oct 2002 08:49:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 2 Oct 2002 08:49:04 -0400 Received: from 200-171-183-235.dsl.telesp.net.br ([200.171.183.235]:12046 "EHLO techlinux.com.br") by vger.kernel.org with ESMTP id ; Wed, 2 Oct 2002 08:49:02 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Carlos E Gorges To: linux-kernel@vger.kernel.org Subject: (PATCH) Re: 2.5.40: make menuconfig error Date: Wed, 2 Oct 2002 09:54:19 -0300 X-Mailer: KMail [version 1.4] References: <200210021403.00305.fredi@e-salute.it> <20021002144444.A1369@mars.ravnborg.org> In-Reply-To: <20021002144444.A1369@mars.ravnborg.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210020954.19757.carlos@techlinux.com.br> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1391 Lines: 45 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/