Re: kbuild(2.4) bug and half solution

Roman Zippel (zippel@linux-m68k.org)
Fri, 4 Apr 2003 22:13:37 +0200 (CEST)


Hi,

On Fri, 4 Apr 2003, XosÉ Vazquez wrote:
> -if [ "$CONFIG_PROC_FS" = "y" ]; then
> - bool ' Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
> -fi
> +
> +dep_bool ' Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
> $CONFIG_PROC_FS
> +

You can also change this into '[ "$CONFIG_PROC_FS" != "n" ]', so this
would also work for the choice option.

bye, Roman

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