> Date: Fri, 20 Jan 2006 09:45:20 -0500
> From: "Paul D. Smith" <[EMAIL PROTECTED]>
> Cc: [email protected]
> 
>   mm> 2) "-j noNumber"
> 
> The documented and expected behavior with "-j" (no argument) is that it
> will create as many items in parallel as possible--where "possible" is
> defined by dependency relationships and not by system resources.  That's
> what "unlimited" means :-).
> 
> However, it shouldn't crash, obviously.  Does it die on UNIX?

It doesn't die; vfork returns -1 with errno set to EAGAIN, and the
rule's commands are not run.


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to