Subject: Re: toolchain/21563: latest crunchgen break build.sh -j x for x >= 4
To: None <netbsd-bugs@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: netbsd-bugs
Date: 05/13/2003 15:36:58
> >Description:
> The latest crunchgen (with crunchgen.c revision 1.45) emits
> a .mk file that fails in src/rescue when buildling with '-j x' for x >=4.
> Notice that this is true even if src/distrib/common/Makefile.crunch
> runs '${CRUNCHENV} ${MAKE} -j 1 -f ${CRUNCHBIN}.mk all' i.e.
> with explicitly '-j 1' provided on make's cmdline.
> 
> >How-To-Repeat:
> cd src
> ./build.sh -j 4 distribution

I'd guess there is a .WAIT missing from somewhere.
Where does it fail (I presume some object is missing)?

(it just worked for me...)

	David

-- 
David Laight: david@l8s.co.uk