mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: Supphachoke Suntiwichaya <mrchoke@opentle.org>,
	Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.4.23-pre4] Fixup 'make xconfig' (was Re: Linux 2.4.23-pre3)
Date: Thu, 4 Sep 2003 08:52:23 +0200	[thread overview]
Message-ID: <200309040852.23476.m.c.p@wolk-project.de> (raw)
In-Reply-To: <3F56AF00.8030002@opentle.org>

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

On Thursday 04 September 2003 05:18, Supphachoke Suntiwichaya wrote:

Hi Mrchoke,

> I can't make xconfig ::
> [root@potter linux-2.4.23-pre3]# make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux-2.4.23-pre3/scripts'
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/i386/config.in >> kconfig.tk
> drivers/char/Config.in: 270: bad if condition
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.23-pre3/scripts'
> make: *** [xconfig] Error 2

I can ... with the attached fix :p

Marcelo, please apply this too. Thank you.

ciao, Marc

[-- Attachment #2: 2.4-xconfig-fixup.patch --]
[-- Type: text/x-diff, Size: 483 bytes --]

--- a/drivers/char/Config.in	2003-09-04 08:38:07.000000000 +0200
+++ b/drivres/char/Config.in	2003-09-04 08:49:43.000000000 +0200
@@ -267,7 +267,7 @@ if [ "$CONFIG_ARCH_NETWINDER" = "y" ]; t
 fi
 dep_tristate 'NatSemi SCx200 GPIO Support' CONFIG_SCx200_GPIO $CONFIG_SCx200
 
-if [ "$CONFIG_IA64_GENERIC" = "y" -o "$CONFIG_IA64_SGI_SN2" = 'y' ] ; then
+if [ "$CONFIG_IA64_GENERIC" = "y" -o "$CONFIG_IA64_SGI_SN2" = "y" ] ; then
    bool 'SGI SN2 fetchop support' CONFIG_FETCHOP
 fi
 

  reply	other threads:[~2003-09-04  6:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-03 21:53 Linux 2.4.23-pre3 Marcelo Tosatti
2003-09-03 22:58 ` Eyal Lebedinsky
2003-09-03 23:12 ` Chris Wright
2003-09-04  0:10   ` FIX: 2.4.23-pre3 missing Makefile change Marcelo Tosatti
2003-09-04  2:00 ` Linux 2.4.23-pre3 Mike Fedyk
2003-09-04 11:30   ` Marcelo Tosatti
2003-09-04 14:23     ` Andrea Arcangeli
2003-09-04  3:18 ` Supphachoke Suntiwichaya
2003-09-04  6:52   ` Marc-Christian Petersen [this message]
2003-09-04  6:47 ` [PATCH 2.4.23-pre4] Remove bogus SysKonnect config stuff (was Re: Linux 2.4.23-pre3) Marc-Christian Petersen
2003-09-04  7:28   ` Andre Tomt
2003-09-04  8:03     ` Andre Tomt
2003-09-04  8:18       ` Marc-Christian Petersen
2003-09-05  6:31 ` 2.4.23-pre3: bttv-cards.c doesn't compile with CONFIG_FW_LOADER Adrian Bunk
2003-09-09 10:30 ` [PATCH][2.4.23-pre3] fix networking hangs at suspend/resume Mikael Pettersson

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=200309040852.23476.m.c.p@wolk-project.de \
    --to=m.c.p@wolk-project.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com.br \
    --cc=mrchoke@opentle.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®