Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 08:24:20 +0200
From:      Mark Rowlands <mark.rowlands@minmail.net>
To:        "Eric Lam" <ecrim@earthlink.net>, "FreeBSD Questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: cvsup
Message-ID:  <20010825062408.CDCC437B405@hub.freebsd.org>
In-Reply-To: <IAEKKLIOEBMAKJIIGEBBAEBBCCAA.ecrim@earthlink.net>
References:  <IAEKKLIOEBMAKJIIGEBBAEBBCCAA.ecrim@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 25 August 2001 4:05 am, Eric Lam wrote:
> Quick question.  do I need to build/make anything after cvsup, or is it
> automatic?  And if it's not automatic, what is the command to build
> everything?  Thanks.
>
>

this has been discussed numerous times.  

see:

http://www.freebsd.org/handbook/kernelconfig.html
/usr/src/UPDATING

but fwiw 

cd /usr/src
make buildworld
make buildkernel KERNCONF=yourkernel 
make installkernel KERNCONF=yourkernel
make installworld
mergemaster

will probably work 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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