On Tue, Oct 15, 2002 at 02:35:46AM +0000, Daniel Flickinger wrote:
>     A stale .depend file is anathema... as I said:
> 
>       the whole issue begs the question as to why 'make
>       buildworld', which normally cleans up before it
>       takes off, does not handle this for an update, and
>       it does on the rest of the 3000+ other executables?

I've explained this a number of times now: buildworld only runs a
single 'cleandir' which is insufficient to remove any stale .depend
files in your SOURCE tree, if you already have an OBJECT tree present.
Running two 'cleandirs' sequentially (or equivalently, rm -rf /usr/obj
&& make cleandir) will clean out stale build files from your source
tree as well.

The only way a .depend file can get into your source tree in the first
place if is you've been building things manually, in which case it's
your responsibility to clean things up again.  Exactly how to go about
cleaning things up has been explained to you by several people.

Kris

Attachment: msg44691/pgp00000.pgp
Description: PGP signature

Reply via email to