"M. Warner Losh" <[EMAIL PROTECTED]> writes: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?
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
Thanks to all...
Scott
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"