If I run this command in a directory w/o makefile it keeps giving errors
like it should until 4098.

The command:
for (( i=4000; i<9999; i=i+1 )); do echo $i; make -j$i; done

The last lines:
4095
make: *** No targets specified and no makefile found.  Stop.
4096
make: *** No targets specified and no makefile found.  Stop.
4097
make: *** No targets specified and no makefile found.  Stop.
4098


On Sun, 2005-10-23 at 15:35 -0500, Manoj Srivastava wrote:
> tags 296583 + moreinfo unreproducible
> severity 296583 minor
> thanks
> 
> Hi,
> 
>         Are you sure it is make which is hanging, and not your box? I
>  tried a simple makefile which imposes no load on the machine,  and
>  tried make -j9999, and it just worked.I have a feeling that you might
>  have just fork bombed your machine.
> 
>         If you believe otherwise, please provide a working sample
>  example that demonstrates this issue, so it can be debugged.
> 
>         manoj
> 
> ,----[ makefile ]
> | 
> | all: foo bar baz alpha beta gamma
> |     @echo all done
> | 
> | foo:
> |     @echo $@ done
> | 
> | bar:
> |     @echo $@ done
> | 
> | baz:
> |     @echo $@ done
> | 
> | alpha:
> |     @echo $@ done
> | 
> | beta:
> |     @echo $@ done
> | 
> | gamma:
> |     @echo $@ done
> | 
> `----
> 
-- 
Daniel van Eeden <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to