public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel configurator request
@ 2003-01-06 17:25 John Bradford
  2003-01-06 17:54 ` Tomas Szepe
  0 siblings, 1 reply; 3+ messages in thread
From: John Bradford @ 2003-01-06 17:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: szepe

Traditionally, kernel configurators have produced .config files like
this:

#
# Automatically generated make config: don't edit
#
[Very general options]

#
# Code maturity level options
#
[Code maturity level options]

#
# General setup
#
[General setup options]

..etc...

My kernel bug database parses .config files, and currently, if it
detects comments, (which don't appear to be commented out options), it
uses them to present a sorted list of options to the user.  (If there
are no comments, it remains uncategorised).

The problem is that at the moment the first, very general options, get
categorised under "Automatically generated make config: don't edit".

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]

#
# Code maturity level options
#
[Code maturity level options]

#
# General setup
#
[General setup options]

..etc...

John.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-09 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-06 17:25 Kernel configurator request John Bradford
2003-01-06 17:54 ` Tomas Szepe
2003-01-09 18:41   ` John Bradford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox