From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 17:19:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E188716A4CE for ; Fri, 21 Jan 2005 17:19:36 +0000 (GMT) Received: from rogers.com (CPE00095bf5ff21-CM000f9f578d7a.cpe.net.cable.rogers.com [70.24.145.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 282AE43D31 for ; Fri, 21 Jan 2005 17:19:36 +0000 (GMT) (envelope-from gbell72@gardnerbell.ca) Received: from gardnerbell.ca (localhost [127.0.0.1]) by rogers.com (8.13.1/8.13.1) with ESMTP id j0LHH7Vc038246; Fri, 21 Jan 2005 12:17:07 -0500 (EST) (envelope-from gbell72@gardnerbell.ca) Received: (from gbell72@localhost) by gardnerbell.ca (8.13.1/8.13.1/Submit) id j0LHH108038245; Fri, 21 Jan 2005 12:17:01 -0500 (EST) (envelope-from gbell72) Date: Fri, 21 Jan 2005 12:17:01 -0500 From: Gardner Bell To: "Colin J. Raven" Message-ID: <20050121171701.GA37944@gardnerbell.ca> Mail-Followup-To: "Colin J. Raven" , Ramiro Aceves , freebsd-questions@freebsd.org References: <41EFA65E.80307@wanadoo.es> <20050120125840.M1382@wcborstel.nl> <41F044F4.9070706@wanadoo.es> <20050121134217.GA77496@gardnerbell.ca> <20050121154625.A2927@kenmore.kozy-kabin.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050121154625.A2927@kenmore.kozy-kabin.nl> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org cc: Ramiro Aceves Subject: Re: I do not understand kernel modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 17:19:37 -0000 On Fri, Jan 21, 2005 at 03:57:35PM +0100 Colin J. Raven wrote: > On Jan 21 at 08:42, Gardner Bell wrote: > > > On Fri, Jan 21, 2005 at 12:55:32AM +0100 Ramiro Aceves wrote: > >> Jorn Argelo wrote: > >>> On Thu, 20 Jan 2005 13:38:54 +0100, Ramiro Aceves wrote > >>> > >> > >> Yes, I understand now. The problem is that my old pentium machine takes > >> very long time to compile all the modules even if I am not going to use > >> them. I would like to compile only the modules I use, to reduce > >> compiling time. Is that possible? > >> > > Refer to the option MODULES_OVERRIDE in man make.conf(5) if you wish > > to only compile certain modules. > > Thanks for this! I'm approaching a critical "rite of passage" today > conincidentally, by recompiling my kernel and getting rid of stuff I > don't need. > Doing what you suggest sounds eminently sensible, yet I have to ask a > followup question... > > How do you specify a particular make.conf that should *only* be used for > recompiling kernels? > I'm not too sure if one can specify another make.conf file or not. What are your reasons for wanting to do so? Gardner