Dag-Erling Smørgrav wrote:

"M. Warner Losh" <[EMAIL PROTECTED]> writes:


find /usr/obj -name .depend

or better yet

rm -rf /usr/obj/*



*ahem*


the correct incantation is:

# cd /usr/src
# make cleandir
# make cleandir

DES


Removing the /usr/obj/* tree worked, back in business. Will have to take a closer look at the 'master' Makefile, as I didn't see the cleandir target at first glance, so had been using 'make clean && make buildworld' for previous builds- I take it this is NOT needed as the build process does a 'make clean' prior to building?

Thanks to all...

Scott


_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to