Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 13:38:29 -0400
From:      "Pete Renshaw" <colpete@soupro.org>
To:        "Marius Kirschner" <marius@agoron.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Upgrading 
Message-ID:  <20031211173139.M92681@soupro.org>
In-Reply-To: <200312101844.hBAIimPK009285@tao.agoron.com>
References:  <200312101844.hBAIimPK009285@tao.agoron.com>

next in thread | previous in thread | raw e-mail | index | archive | help
If it is your second buildworld you have to do something like this 
# cd /usr/obj 
# chflags -R noschg * 
# rm -rf * 
 
Or the build may fail. 
See 
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html 
 
Pete 
 
On Wed, 10 Dec 2003 13:36:43 -0500, Marius Kirschner wrote 
> I need to upgrade my 4.3 box, but haven't done so in a long time.   
> Is the below still valid? 
>  
> cvsup -g -L2 supfile 
> cd /usr/src 
> make buildworld 
> make buildkernel KERNCONF=MYKERNEL 
> make installkernel KERNCONF=MYKERNEL 
> make installworld 
> reboot 
>  
> ---Marius 
>  
> _______________________________________________ 
> freebsd-questions@freebsd.org mailing list 
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions 
> To unsubscribe, send any mail to 
"freebsd-questions-unsubscribe@freebsd.org" 



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