On Fri, Sep 11, 2009 at 4:40 PM, Leandro Lucarella <[email protected]> wrote:

> > I'm trying to automatically generate the dependency files from my
> > C compiler and including it using the -include directive But gmake does
> > not seem to abort upon encountering the first compile error in
> > a C source file. It seems to continue building the rest of the files
> > . How can we make gmake abort upon encountering the first error.  It
> > works fine if I do not include the dependency file.
>

Just FYI: the book "Managing Projects with GNU Make", which is available for
free at:

http://wanderinghorse.net/computing/make/

goes into great detail about how to add deps support.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to