Subject: Re: Something very wrong here...
To: gabriel rosenkoetter <gr@eclipsed.net>
From: Eric Haszlakiewicz <erh@nimenees.com>
List: current-users
Date: 10/31/2001 23:01:30
On Wed, Oct 31, 2001 at 08:35:44PM -0500, gabriel rosenkoetter wrote:
> So, um, I just did a make cleandir and tried to cvs update my
> sources (for a build that still hasn't happened) and ran into a
> brand new bug. cvs update bitched that usr.bin/ktrace/ktrace wasn't
> a directory. Well, of course not, it's a binary. But, um, hey, isn't
> that supposed to be in OBJDIR? Shouldn't cleandir have blown it away
> anyhow?
	nope.  It's working as it's supposed to.  Since you have an obj dir 
there already the make cleandir removes stuff from it instead of the
directory with the sources.  Remove all the obj dirs from your tree, 
then run a make cleandir.  Then try building again.

eric