public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@tech9.net>
To: Alan Cox <laughing@shared-source.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.9-ac4
Date: 30 Aug 2001 13:50:35 -0400	[thread overview]
Message-ID: <999193838.3255.3.camel@phantasy> (raw)
In-Reply-To: <20010830154637.A4570@lightning.swansea.linux.org.uk>
In-Reply-To: <20010830154637.A4570@lightning.swansea.linux.org.uk>

On Thu, 2001-08-30 at 10:46, Alan Cox wrote:
> 2.4.9-ac4
> <snip>

`make xconfig' fails on 2.4.9-ac4 with:
drivers/video/Config.in: 359: unterminated 'if' condition

...someone forgot a /.  following patch fixes it:


--- linux-2.4.9-ac4/drivers/video/Config.in	Thu Aug 30 13:22:04 2001
+++ linux/drivers/video/Config.in	Thu Aug 30 13:45:47 2001
@@ -356,7 +356,7 @@
 	   "$CONFIG_FB_RIVA" = "y" -o "$CONFIG_FB_ATY128" = "y" -o \
 	   "$CONFIG_FB_FM2" = "y" -o "$CONFIG_FB_SGIVW" = "y" -o \
 	   "$CONFIG_FB_RADEON" = "y" -o "$CONFIG_FB_PVR2" = "y" -o \
-	   "$CONFIG_FB_3DFX" = "y" -o "$CONFIG_FB_SIS" = "y" -o 
+	   "$CONFIG_FB_3DFX" = "y" -o "$CONFIG_FB_SIS" = "y" -o \
 	   "$CONFIG_FB_VOODOO1" = "y" ]; then
 	 define_tristate CONFIG_FBCON_CFB32 y
       else


-- 
Robert M. Love
rml at ufl.edu
rml at tech9.net


      parent reply	other threads:[~2001-08-30 17:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-30 14:46 Linux 2.4.9-ac4 Alan Cox
2001-08-30 16:18 ` Erik Tews
2001-08-30 20:49   ` Kai Germaschewski
2001-08-30 17:50 ` Robert Love [this message]

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=999193838.3255.3.camel@phantasy \
    --to=rml@tech9.net \
    --cc=laughing@shared-source.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox