Date: Sun, 01 Apr 2001 13:11:53 -0500 (CDT) From: Conrad Sabatier <conrads@home.com> To: Cy Schubert - ITSD Open Systems Group <Cy.Schubert@uumail.gov.bc.ca> Cc: freebsd-stable@FreeBSD.ORG, j mckitrick <jcm@FreeBSD-uk.eu.org> Subject: Re: quick kernel compiles Message-ID: <XFMail.20010401131153.conrads@home.com> In-Reply-To: <200103312244.f2VMiE927389@cwsys.cwsent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20010401131153.conrads>