Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 10:36:34 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Matt Behrens <matt@zigg.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: cvsup
Message-ID:  <19990903103634.C45808@relay.nuxi.com>
In-Reply-To: <Pine.BSF.4.10.9909030806380.9140-100000@megaweapon.zigg.com>
References:  <35612.936349922@axl.noc.iafrica.com> <Pine.BSF.4.10.9909030806380.9140-100000@megaweapon.zigg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have found that
> 
> 	make depend && make && make install
> 
> will work most of the time.  Any reason why I shouldn't be using
> this...?

It would screw you if this was your procedure in -CURRENT. 
``make world'' handles bootstraping issues (when interfaces change) that
the above doesn't.  ``make world'' 1st builds a minimal set of bootstrap
utils (statically at that), and then uses those (which will support any
new interfaces) to build the complete sources.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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