[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: make
From: |
Paul D. Smith |
Subject: |
RE: make |
Date: |
Fri, 5 May 2006 08:06:24 -0400 |
%% "Leeuwesteijn,Joost" <address@hidden> writes:
dw> I was wondering if there when using Cygnus "make". Is there a
dw> MAKESTATUS Marco to check the previous command exit status?
>> I'm not at all sure how you intend to use such a thing... I don't see
>> very many, if any, ways to use it.
l> Perhaps the same reason I posted a question on how to handle
l> non-zero exit codes without using '-' (IGNORE_ERROR) in front of a
l> command. My compiler also returns a non-zero exit code in case of
l> (just) warnings.
I don't see any way that a MAKESTATUS make macro could possibly help
your situation. All that would do is set the make variable MAKESTATUS
to the exit code of the command--that is irrelevant to your issue.
--
-------------------------------------------------------------------------------
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
- make, Danny Wong, 2006/05/04
- RE: make, Leeuwesteijn,Joost, 2006/05/05
- RE: make,
Paul D. Smith <=
- RE: make, Wong, Danny H., 2006/05/05
- RE: make, Leeuwesteijn,Joost, 2006/05/05