Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 23:23:14 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        wegster@mindcore.net
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Buildworld fails in 5.1-CURRENT in wall
Message-ID:  <20031020.232314.44503328.imp@bsdimp.com>
In-Reply-To: <3F94C120.5070208@mindcore.net>
References:  <3F947F84.8090709@nc.rr.com> <20031020.223824.62043996.imp@bsdimp.com> <3F94C120.5070208@mindcore.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <3F94C120.5070208@mindcore.net>
            Scott W <wegster@mindcore.net> writes:
: M. Warner Losh wrote:
: 
: >I'd remove all the .depend files and try again.
: >
: >Warner
: >_______________________________________________
: >freebsd-current@freebsd.org mailing list
: >http://lists.freebsd.org/mailman/listinfo/freebsd-current
: >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
: >
: >  
: >
: 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031020.232314.44503328.imp>