bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a bug


From: Paul D. Smith
Subject: Re: a bug
Date: Tue, 11 Oct 2005 15:46:00 -0400

%% address@hidden 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 <address@hidden>          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]