%% Eli Zaretskii <[EMAIL PROTECTED]> writes: ez> make[1]: vfork: Resource temporarily unavailable ez> --no-print-directory -j -- INC=yes ez> ONE ez> TWO
ez> As you see, after limiting the number of jobs, the commands for 2.inc ez> are not run because vfork fails, but Make doesn't say anything about ez> failing to remake the target. Does make just exit when it gets that error? Seems like it; it doesn't run the "all" commands. I assume it exits with a non-0 code. That's not ideal, but it's not that bad, either. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
