Subject: Re: toolchain/21563: latest crunchgen break build.sh -j x for x >= 4 To:<> From: David Laight <david@l8s.co.uk> List: netbsd-bugs Date: 05/15/2003 00:29:27
> If 'cmd' creates both 'x' and 'y' it looks like you need:
>
> x: y
> [ ! -f x ] || touch x
> y: d
> cmd
Which doesn't work if 'x' is deleted...
So just assume that 'x' will be there...
David
--
David Laight: david@l8s.co.uk