Subject: Re: now 'make cleandir' is confused
To: None <wonko@tmok.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 04/07/2001 18:36:39
> no tags, empty as in how? it has the binary and the object files since it had
> previously done a make build (or bombed half way out of one anyway) although
> that shouldn't make a difference.

You can not cvs update a tree with objects and binaries lying around. Do a
make cleandir before the cvs update and next time use one of the several
variants of obj.dirs available. This will place the the objects in a safe
subdirectory (or completely outside the source tree). That way they don't
interfere with cvs (or other archs build from the same tree).


Martin