linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Brady <Alan.C.Brady@exeter.ac.uk>
To: linux-kernel@vger.kernel.org
Subject: 2.4.21 - minor config glitch
Date: 11 Jul 2003 12:47:43 +0100	[thread overview]
Message-ID: <1057924063.32461.61.camel@tactile.ex.ac.uk> (raw)

Not a bug, but some apps choke when trying to parse the missing
condition. 


/usr/src/linux-2.4.21//drivers/char/Config.in, line 161:

	if [ "$CONFIG_PPC64" ] ; then 
                   ^^^

I presume this should get set as
 
	if [ "$CONFIG_PPC64" = "y" ] ; then

Alan

-- 
Alan Brady <Alan.C.Brady@ex.ac.uk>


             reply	other threads:[~2003-07-11 11:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-11 11:47 Alan Brady [this message]
2003-07-11 13:57 ` 2.4.21 - minor config glitch Tomas Szepe
2003-07-11 14:28   ` Alan Brady

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=1057924063.32461.61.camel@tactile.ex.ac.uk \
    --to=alan.c.brady@exeter.ac.uk \
    --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;
as well as URLs for NNTP newsgroup(s).