%% [EMAIL PROTECTED] writes:

  sz> when I make a file ,there is an error as the following :
  sz> make: *** [hm] Error 14

This means that make invoked a program "hm", and that program exited
with an error code of 14.


As with all UNIX applications, make assumes that a program that exits
with an error code of 0 succeeded; all other exit codes are considered
failures.

-- 
-------------------------------------------------------------------------------
 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


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make
  • a bug Shumeng . Zhang
    • Re: a bug Paul D. Smith

Reply via email to