Subject: Re: toolchain/31082
To: None <toolchain-manager@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <chs@netbsd.org>
List: netbsd-bugs
Date: 10/09/2005 16:57:43
Synopsis: [PATCH] parallel build fix for src/tools/Makefile

State-Changed-From-To: open->analyzed
State-Changed-By: chs@netbsd.org
State-Changed-When: Sun, 09 Oct 2005 16:57:42 +0000
State-Changed-Why:
the errors are cause by multiple instances of pax trying to create
the same destination tree at the same time, pax has multiple problems
in this area.  christos and I fixed several but there's at least one more.
for now, jmc checked in some .WAITs to avoid the problem.

in the longer term we should change how we create $TOOLDIR/include
so that it's only done once.