Date: Tue, 13 Apr 2004 10:56:24 +0200 From: Joost Bekkers <joost@jodocus.org> To: hackers@freebsd.org Subject: sanity checking for config(8) Message-ID: <20040413085624.GA82980@bps.jodocus.org>
next in thread | raw e-mail | index | archive | help
Hi I'm thinking of adding some basic kernel-config sanity checking to config(8) config would then complain about things like 'device da' without 'device scbus' and 'device gif' without 'options INET' and 'OPTIONS INET6' just to name a few. It would be really nice if the list of what a device depends on could be generated automaticly. Can any of you think of a way to do that? (aside from generating lots of config files and test if they make(1)) -- greetz Joost joost@jodocus.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040413085624.GA82980>