Date: Fri, 7 Jun 1996 05:45:20 +1000 From: Bruce Evans <bde@zeta.org.au> To: roberto@keltia.freenix.fr, wollman@lcs.mit.edu Cc: FreeBSD-current@FreeBSD.org, grog@lemis.de, hackers@FreeBSD.org, p.richards@elsevier.co.uk Subject: Re: Somebody explain this to me again.. :-) Message-ID: <199606061945.FAA18814@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> echo 'INSTALL= install -C' >> /etc/make.conf >> cd /usr/src >> make obj depend all install >> make all install >> >> This is completely sufficient for the needs of everyone who isn't >> bootstrapping a new compiler or library, or building releases. >This is more or less what: >setenv NOCLEAN yes >make world >buys you (except that you're not doing the build-tools target which buys >you more time). Thanks to Peter... Except it isn't obvious how to continue it when it crashes. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606061945.FAA18814>