Subject: Re: make fetch 'broken'
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 05/29/2007 11:43:08
On Mon, May 28, 2007 at 11:09:42AM -0400, Johnny C. Lam wrote:
> Does this patch fix the problem?  It does two things:
> 
> (1) Move the meat of the bootstrap-depends target entirely within the 
> lock, which I think is what was originally intended.
> 
> (2) Avoid creating ${WRKDIR}/.depends when running the bootstrap-depends 
> target, which is run as part of running the fetch target.  We still 
> create the .depends file later when we need it.

Looks good. One note though, as soon as locking is used, this problem
will reappear. I would suggest the script to actually set a WRKOBJDIR.

Joerg