From: Adrian Bunk <bunk@fs.tum.de>
To: Xose Vazquez Perez <xose@wanadoo.es>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
marcelo <marcelo@conectiva.com.br>
Subject: Re: [PATCH] kbuild and CONFIG_PROC_FS bug
Date: Mon, 12 May 2003 23:27:04 +0200 [thread overview]
Message-ID: <20030512212704.GX1107@fs.tum.de> (raw)
In-Reply-To: <3EBDA545.4010603@wanadoo.es>
On Sun, May 11, 2003 at 03:20:05AM +0200, Xose Vazquez Perez wrote:
> hi guys,
>
> There is a general error in some files, this was discussed time
> ago: http://marc.theaimsgroup.com/?l=linux-kernel&m=104948738901849&w=2
> Roman Zippel had a better solution than mine. And here it goes a
> patch for 2.4.21-rc2:
>
> --cut--
> diff -Nuar linux/arch/alpha/config.in linux.xose/arch/alpha/config.in
> --- linux/arch/alpha/config.in 2003-05-11 02:53:23.000000000 +0200
> +++ linux.xose/arch/alpha/config.in 2003-05-11 02:59:04.000000000 +0200
> @@ -287,7 +287,7 @@
> bool 'System V IPC' CONFIG_SYSVIPC
> bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
> bool 'Sysctl support' CONFIG_SYSCTL
> -if [ "$CONFIG_PROC_FS" = "y" ]; then
> +if [ "$CONFIG_PROC_FS" != "n" ]; then
>...
CONFIG_PROC_FS is a bool, I don't see anything that changes with your
patch.
> regards,
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2003-05-12 21:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-11 1:20 [PATCH] kbuild and CONFIG_PROC_FS bug Xose Vazquez Perez
2003-05-12 21:27 ` Adrian Bunk [this message]
2003-05-12 22:04 ` Xose Vazquez Perez
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=20030512212704.GX1107@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=xose@wanadoo.es \
/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.