From owner-freebsd-stable Sun Apr 1 11: 7:58 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 214FC37B71B for ; Sun, 1 Apr 2001 11:07:54 -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 f31IBr676061; Sun, 1 Apr 2001 13:11:53 -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: <200103312244.f2VMiE927389@cwsys.cwsent.com> Date: Sun, 01 Apr 2001 13:11:53 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Cy Schubert - ITSD Open Systems Group Subject: Re: quick kernel compiles Cc: freebsd-stable@FreeBSD.ORG, j mckitrick Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message