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

Michael Elizabeth Chastain (mec@shout.net)
Mon, 19 Oct 1998 10:01:18 -0500


I have an idea for compilation testing:

for i in 0 1 2 3 4 5 6 7 8 9 ; do
for j in 0 1 2 3 4 5 6 7 8 9 ; do
make randomconfig
make vmlinux modules || (echo 'FAILED' ; exit 1)
done
done

The missing piece is a 'make randomconfig' option that answers
all the questions randomly without human intervention.

Michael Elizabeth Chastain
<mailto:mec@shout.net>
"love without fear"

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