Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2003 06:18:41 +0100
From:      "Andy Gilligan" <andy@evo6.org>
To:        "Marlon Corleone" <bufdaem0n@yahoo.com>
Cc:        stable@freebsd.org
Subject:   Re: 4.8-STABLE cvsup & kernel compilation
Message-ID:  <009601c30633$242418b0$0a00000a@vx>
References:  <20030419050436.4649.qmail@web20509.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
If you are just wanting to compile your kernel,
you can skip the buildworld/installworld/mergemaster
process.  However, keeping the two in sync is highly
recommended.

To speed up the build you can add -DNOCLEAN to the
buildkernel step, although depending on what has
changed you might need to do a clean build.

You may also consider putting KERNCONF=<your-kernel>
into /etc/make.conf to save typing it on the next
build.

So, assuming you have KERNCONF=<your-kernel> in
/etc/make.conf, you only need to do:

make buildkernel -DNOCLEAN && make installkernel

Regards,
-Andy

----- Original Message ----- 
From: "Marlon Corleone" <bufdaem0n@yahoo.com>
To: <freebsd-stable@freebsd.org>
Sent: Saturday, April 19, 2003 6:04 AM
Subject: 4.8-STABLE cvsup & kernel compilation


> hi guys, i have version 4.8-STABLE running. i've just
> update my stable-supfile and building, recompiling my
> custom kernel, my question is: if im going to cvsup my
> stable-supfile again, and compile the customed kernel
> again, do i have to: make buildworld, make
> installworld, mergemaster again or just make
> buildkernel KERNCONF & make install KERNCONF? hoping
> for your reply guys, thanks.    
> 
> 
> FreeBSD IS THE WAY ;>
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009601c30633$242418b0$0a00000a>