Re: [PATCH] kbuild and CONFIG_PROC_FS bug
Adrian Bunk (bunk@fs.tum.de)
Mon, 12 May 2003 23:27:04 +0200
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/