last cvs Makefile.inc1 errors

David O'Brien obrien at freebsd.org
Tue Dec 9 18:59:34 PST 2003


On Tue, Dec 09, 2003 at 02:12:52PM -0500, Barney Wolff wrote:
> On Tue, Dec 09, 2003 at 10:19:20AM -0800, David O'Brien wrote:
> > 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
> 
> I can think of two reasons:  First, the separate steps make it possible
> to do make reinstallkernel when one does not want to overwrite kernel.old.

Your sequence is:
    make buildworld
    make buildkernel
    make reinstallkernel
    make installworld

which is not what we suggest in UPDATING and not what I have above.
Please stick to the exact sequence above.


More information about the freebsd-current mailing list