All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose@wanadoo.es>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	marcelo <marcelo@conectiva.com.br>
Subject: Re: [PATCH] kbuild and CONFIG_PROC_FS bug
Date: Tue, 13 May 2003 00:04:54 +0200	[thread overview]
Message-ID: <3EC01A86.4010402@wanadoo.es> (raw)
In-Reply-To: 20030512212704.GX1107@fs.tum.de

Adrian Bunk wrote:

>>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.

read this: http://marc.theaimsgroup.com/?l=linux-kernel&m=104948236128373&w=2
it is _necessary_, Roman aka kbuild guru said it.
But if you have other idea...

regards,
-- 
Galiza nin perdoa nin esquence. Governo demision!


      reply	other threads:[~2003-05-12 21:59 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
2003-05-12 22:04   ` Xose Vazquez Perez [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=3EC01A86.4010402@wanadoo.es \
    --to=xose@wanadoo.es \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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.