Re: pre-2.1.126-2 sd.c does not build as module

Keith Owens (kaos@ocs.com.au)
Wed, 21 Oct 1998 01:20:34 +1000


On 20 Oct 1998 10:51:22 +0200,
ketil@ii.uib.no wrote:
>Michael Elizabeth Chastain <mec@shout.net> writes:
>> The missing piece is a 'make randomconfig' option that answers
>> all the questions randomly without human intervention.
>
><thought source="shower">
>Could it be possible using an (SG|X)ML document for the configuration,
>so that we could ensure only compatible options could legally be
>selected with the DTD?

The make *config scripts already do all the validation required. No
need to write a DTD, just feed your generated .config through
tr '\000' '\n' < /dev/zero | make config
Takes all the values listed in .config. If make config does not complete
after a couple of minutes then you managed to generate a .config with an
invalid combination - that might point to a bug in make config.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/