All of lore.kernel.org
 help / color / mirror / Atom feed
From: Art Haas <ahaas@neosoft.com>
To: linux-kernel@vger.kernel.org
Subject: config glitch with 2.4.20-pre7-ac1
Date: Wed, 18 Sep 2002 14:00:54 -0500	[thread overview]
Message-ID: <20020918190054.GA13013@debian> (raw)

Hi.

There's a small glitch when configuring 2.4.20-pre7-ac1. The
problem is in drivers/mtd/devices/Config.in. menuconfig prints
out an error when configuring the kernel due to the following ...

if [ "$CONFIG_DECSTATION" = "y" ];
   dep_tristate '  DEC MS02-NV NVRAM module support' CONFIG_MTD_MS02NV
   $CONFIG_MTD $CONFIG_DECSTATION
fi

The word "then" is missing. The line should look like ...

if [ "$CONFIG_DECSTATION" = "y" ]; then
   dep_tristate '  DEC MS02-NV NVRAM module support' CONFIG_MTD_MS02NV
   $CONFIG_MTD $CONFIG_DECSTATION
fi

Art Haas
-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759

                 reply	other threads:[~2002-09-18 18:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020918190054.GA13013@debian \
    --to=ahaas@neosoft.com \
    --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.