Subject: Re: 20021003 build src problem.
To: Mihai Chelaru <kefren@netbastards.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: current-users
Date: 10/03/2002 09:58:12
On Thu, 3 Oct 2002, Mihai Chelaru wrote:

> Actually make cleandir does not solve this. I entirely removed the obj
> directory and everything worked fine.

Sounds like they might have not been in the obj directory. make would find
them and not rebuild them, but cc wouldn't. When you deleted the obj
directory, the make clean in the build would clean them, then the obj dir
would get made.

Take care,

Bill