From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 25 02:29:20 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 56FB716A4CE; Sun, 25 Jul 2004 02:29:20 +0000 (GMT) Received: from afields.ca (afields.ca [216.194.67.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2110343D5E; Sun, 25 Jul 2004 02:29:20 +0000 (GMT) (envelope-from afields@afields.ca) Received: from afields.ca (localhost.afields.ca [127.0.0.1]) by afields.ca (8.12.11/8.12.11) with ESMTP id i6P2TEna054043; Sat, 24 Jul 2004 22:29:14 -0400 (EDT) (envelope-from afields@afields.ca) Received: (from afields@localhost) by afields.ca (8.12.11/8.12.11/Submit) id i6P2TEBH054042; Sat, 24 Jul 2004 22:29:14 -0400 (EDT) (envelope-from afields) Date: Sat, 24 Jul 2004 22:29:13 -0400 From: Allan Fields To: Jake Hamby Message-ID: <20040725022913.GA53935@afields.ca> References: <4101DC69.9030309@anobject.com> <20040724.160110.127665912.imp@bsdimp.com> <4102EEE6.3020805@anobject.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4102EEE6.3020805@anobject.com> User-Agent: Mutt/1.4i cc: freebsd-hackers@freebsd.org 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 02:29:20 -0000 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. > Nothing, I just didn't know about it! Thanks to all who replied with > the answer... > > -Jake Allan Fields