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 ;>
>