From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 25 19:03:33 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3AC816A4CE; Sun, 25 Jul 2004 19:03:32 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B2143D48; Sun, 25 Jul 2004 19:03:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i6PJ26OF040420; Sun, 25 Jul 2004 13:02:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 25 Jul 2004 13:02:20 -0600 (MDT) Message-Id: <20040725.130220.85412071.imp@bsdimp.com> To: bsd@afields.ca From: "M. Warner Losh" In-Reply-To: <20040725022913.GA53935@afields.ca> References: <20040724.160110.127665912.imp@bsdimp.com> <4102EEE6.3020805@anobject.com> <20040725022913.GA53935@afields.ca> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: jhamby@anobject.com cc: freebsd-config@freebsd.org Subject: Re: "Next Generation" kernel configuration? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 19:03:33 -0000 In message: <20040725022913.GA53935@afields.ca> Allan Fields writes: : On Sat, Jul 24, 2004 at 04:21:10PM -0700, Jake Hamby wrote: : > M. Warner Losh wrote: : > > : > >What's wrong with adding: : > > : > >makeoptions MODULES_OVERRIDE="a b c" : > >to your config file? It is already supported. : : Though, I've used this before to good effect (on slow crash-box): : : There's no mention to specify exclusions, only what to include. If : you want only a few things excluded, would you not have to list : everything else in each of the same subdirs? : : No biggy, and most systems build kernel/modules very quickly anyway. I've found that typically there are a lot more you want to leave out than you want to leave in. Warner