%% "Leeuwesteijn,Joost" <[EMAIL PROTECTED]> 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 <[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 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
