last cvs Makefile.inc1 errors

David O'Brien obrien at freebsd.org
Tue Dec 9 10:19:57 PST 2003


On Mon, Dec 08, 2003 at 10:07:18AM -0800, Kris Kennaway wrote:
> On Sun, Dec 07, 2003 at 11:00:44PM +0000, Nuno Teixeira wrote:
> > 
> > Hi,
> > 
> > It solves it! I'm using 5.1 p11. I think that this should be documented
> > on UPDATING file. What do you think?
> 
> The documented upgrade procedure does a 'buildworld' before
> 'buildkernel' for precisely this kind of problem.

I've been meaning to ask this for a while... why does everyone recomend:

    make buildworld
    make buildkernel
    make installkernel
    make installworld
vs.
    make buildworld
    make kernel
    make installworld


More information about the freebsd-current mailing list