Date: Tue, 1 Jul 1997 07:45:08 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-current@FreeBSD.ORG Cc: ghelmer@cs.iastate.edu (Guy Helmer) Subject: Re: Basic rebuilding questions Message-ID: <19970701074508.NL34989@uriah.heep.sax.de> In-Reply-To: <Pine.HPP.3.96.970630203902.11764B-100000@popeye.cs.iastate.edu>; from Guy Helmer on Jun 30, 1997 20:49:20 -0500 References: <Pine.HPP.3.96.970630203902.11764B-100000@popeye.cs.iastate.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
As Guy Helmer wrote: > What is the best way to rebuild the binaries and libraries, especially > after changes to include files in current? Include file updates should be handled fine by the dependencies. Added include files however require to re-run `make depend', which is also a costly operation on a slow machine. Knowing whether include files have been added or not, requires you to closely track the committers list. More complicated updates or moves require manual intervention. I never ran a `make world' back when my machine was a 486/33. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970701074508.NL34989>