> I didn't succeed to find (  ) the way to make the MAKE to stop after the 
> predefined number of errors has occurred. ( or after the some file has 
> failed to compile )

make does, by default, stop at the first error it encounters.  (Perhaps that 
isn't sufficiently clear in the manual - you could submit a documentation 
patch.)  So this will probably turn out to be a problem with your makefile or 
(less likely) the way you're invoking make.  This mailing list is, however, for 
reporting and discussing bugs in make itself, rather than in makefiles.
-------------------------------------
Martin's Outlook, BlueArc Engineering
________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrey Scatchakov
Sent: Sunday, January 29, 2006 5:41
To: bug-make@gnu.org
Subject: make management problems

Dear GNU team,
I use CodeWrite 6.5 and 
http://www.gnu.org/software/make/manual/html_mono/make.html#SEC_Top.
Unfortunately I didn't succeed to find (  ) the way to make the MAKE to stop 
after the predefined number of errors has occurred. ( or after the some file 
has failed to compile ).
The MAKE compile all files, with no reaction on an error.
Will you be so kind to show me the way to stop compilation process ( rest of 
files ).
Thanks in-advance, regards, Andrey.
 


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to