Re: Kernel configurator request

John Bradford (john@grabjohn.com)
Thu, 9 Jan 2003 18:41:48 +0000 (GMT)


--%--multipart-mixed-boundary-1.2640.1042137708--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> > Obviously I can work around this, but it would seem to me to be better
> > to have the kernel configurators generate .config files like this:
> >
> > #
> > # Automatically generated make config: don't edit
> > #
> >
> > #
> > # Very general options
> > #
> > [Very general options]
>
> [snip]
>
> John,
>
> AFAIK all you have to do to make this reality is add a "comment" clause
> where you need it.

Excellent...

John.

--%--multipart-mixed-boundary-1.2640.1042137708--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII text
Content-Disposition: attachment; filename="patch"

--- linux-2.5.55-orig/arch/i386/Kconfig 2003-01-09 18:34:19.000000000 +0000
+++ linux-2.5.55/arch/i386/Kconfig 2003-01-09 18:39:34.000000000 +0000
@@ -3,6 +3,8 @@
# see Documentation/kbuild/kconfig-language.txt.
#

+comment "General options"
+
mainmenu "Linux Kernel Configuration"

config X86

--%--multipart-mixed-boundary-1.2640.1042137708--%--
-
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/