In message: <[EMAIL PROTECTED]>
            Scott W <[EMAIL PROTECTED]> writes:
: M. Warner Losh wrote:
: 
: >I'd remove all the .depend files and try again.
: >
: >Warner
: >_______________________________________________
: >[EMAIL PROTECTED] mailing list
: >http://lists.freebsd.org/mailman/listinfo/freebsd-current
: >To unsubscribe, send any mail to "[EMAIL PROTECTED]"
: >
: >  
: >
: I've tried that one- I'm not familiar with freeBSD's build environment, 
: but 'find /usr/src -name ".depend" shows the only .depend files are in 
: the kernel tree /usr/src/sus/i386/compile/.... , so I'm assuming it's 
: generating them as part of the build process itself, or dumping them 
: outside of the /usr/src heirarchy.  Tried again from cvsup ~11pm with 
: same results...any other ideas?

find /usr/obj -name .depend

or better yet

rm -rf /usr/obj/*

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

Reply via email to