From owner-freebsd-stable Sun Apr 1 20:26: 8 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 2886737B719 for ; Sun, 1 Apr 2001 20:26:06 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.3/8.11.3) id f323Ttn85233; Sun, 1 Apr 2001 22:29:55 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.7 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010401212627.A30546@dogma.freebsd-uk.eu.org> Date: Sun, 01 Apr 2001 22:29:55 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: j mckitrick Subject: Re: quick kernel compiles Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01-Apr-2001 j mckitrick wrote: > On Sun, Apr 01, 2001 at 01:11:53PM -0500, Conrad Sabatier wrote: >| >| On 31-Mar-2001 Cy Schubert - ITSD Open Systems Group wrote: >| > In message <20010331233043.A70972@dogma.freebsd-uk.eu.org>, j mckitrick >| > writes: >| >> >| >> cd /usr/src/sys/i386/conf >| >> /usr/sbin/config MARS >| >> cd ../../compile/MARS >| >> make depend && make && make install >| >> >| >> but now it is taking WAY longer than it used to. >| >> >| >> should i use this same sequence, only with NO_MODULES? >| >> or is there another way? >| > >| > To skip making any modules do the following instead of a full make && >| > make install. >| > >| > make depend && make kernel && make kernel-install >| >| A much easier way is to set the environment variable MODULES_WITH_WORLD=true >| in /etc/make.conf. > > And then i just use 'make kernel' after that ? Well, if you want to build from /usr/src, you'd use "make KERNCONF=name buildkernel", or you could use the older method of "cd /sys/i386/conf; config KERNELNAME; cd ../../compile/KERNELNAME; make depend && make". It's up to you. -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message