From: Carlos E Gorges <carlos@techlinux.com.br>
To: linux-kernel@vger.kernel.org
Subject: (PATCH) Re: 2.5.40: make menuconfig error
Date: Wed, 2 Oct 2002 09:54:19 -0300 [thread overview]
Message-ID: <200210020954.19757.carlos@techlinux.com.br> (raw)
In-Reply-To: <20021002144444.A1369@mars.ravnborg.org>
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
_________________________
next prev parent reply other threads:[~2002-10-02 12:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-02 12:03 2.5.40: make menuconfig error Frederik Nosi
2002-10-02 12:44 ` Sam Ravnborg
2002-10-02 12:54 ` Carlos E Gorges [this message]
[not found] <200210031133.g93BXE120744@sunrise.pg.gda.pl>
2002-10-03 12:17 ` (PATCH) " Andrzej Krzysztofowicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200210020954.19757.carlos@techlinux.com.br \
--to=carlos@techlinux.com.br \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.