David O'Brien wrote:
> 
> On Wed, Feb 02, 2000 at 09:50:16AM -0500, Mike Heffner wrote:
> > Do a buildworld in /usr/src, then cd usr.bin/xinstall and do a make install.
> > Then you should be able to go back into /usr/src and do an installworld.
> 
> Too much cd'ing and typing.
> 
>     make buildowrld
>     make -k installworld
>     make installworld
> 
> is IMHO easier.

I agree.  People forget why the '-k' switch is there for make.  I
think that for most users who are testing -current, a simple make -k
installworld ; make installworld is sufficient.  If the second
installword fails, well, now you've got some problems.

I think the only people who should be sweating over what is and what's
not getting installed are the people directly involved with the make
world / installworld.  The rest of us should be using make -k
installworld ; make installworld if the first installworld fails.  No
need to waste time trying to find nuances, because by the time you
find out how to do it, it would be time to do another make world. :)

I'd leave the nuances of installworld up to the FreeBSD developers.

- Donn


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to