Re: Fw: Recursive use of make vs stop

2003-09-09 Thread Paul D. Smith
%% "Johan Eriksson" <[EMAIL PROTECTED]> writes: >> I would like make to stop immediatelly if an error occurs. How can I >> make this happen in a recursive make builds ?? Make stops whenever a command it invokes fails, whether that command is a compiler or a sub-make or whatever. >> I have

Fw: Recursive use of make vs stop

2003-09-09 Thread Johan Eriksson
Hi, I am sorry but I posted the previous message using an obsolete mail address, so I send it once more. Regards, Johan - Original Message - From: "Johan Eriksson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 10:15 AM Subject: Recursive