Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Apr 2001 22:29:55 -0500 (CDT)
From:      Conrad Sabatier <conrads@home.com>
To:        j mckitrick <jcm@FreeBSD-uk.eu.org>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: quick kernel compiles
Message-ID:  <XFMail.20010401222955.conrads@home.com>
In-Reply-To: <20010401212627.A30546@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20010401222955.conrads>