From owner-freebsd-questions Fri Mar 23 21: 5:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id CF21C37B718 for ; Fri, 23 Mar 2001 21:05:15 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.3) with SMTP id f2O53I500459; Sat, 24 Mar 2001 00:03:18 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <017001c0b41f$a3b1ac90$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Marc Tardif" , References: <3ABC1804.DA2C42BE@sitepak.com> Subject: Re: compiling kernel without modules Date: Sat, 24 Mar 2001 00:02:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How can I recompile a kernel without having to test each checking if > each module should be recompiled also? Even when I type "make" right > after having typed "make" in /usr/src/sys/compile/KERNEL it checks for > every module. Can this be avoided somehow? To build a kernel without any modules: make NO_MODULES=1 Similarly, to install a kernel without the modules: make install NO_MODULES=1 -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message