> Date: Mon, 29 Mar 2010 18:05:42 +0530
> From: hi <[email protected]>
> 
> While building parallel build, I observe following message...
> 
> make: *** /u/user1/bld/com: No such file or directory.  Stop.
> make: *** [com.install] Error 2
> make: *** Waiting for unfinished jobs....
> 
> I understood that 'com' directory is missing, but I didn't get other two
> messages.
> 
> Can you please let me know what is "Waiting for unfinished jobs"; and 'how
> to resolve this"?

The last two messages are not problems by themselves, but the
consequence of the original one: that the /u/user1/bld/com directory
does not exist.  "Error 2" tells you that the OS error code for trying
to access the missing directory was 2, which is the numerical value of
"No such file or directory".  "Waiting for unfinished jobs" tells you
that Make is waiting for the jobs other than the one which encountered
the error to finish.

> Or what should I do to exit from make entirely once it finds that particular
> dir doesn't exists?

Why do you need that?


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

Reply via email to