help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue with automatic dependency generation in gmake


From: Stephan Beal
Subject: Re: Issue with automatic dependency generation in gmake
Date: Fri, 11 Sep 2009 17:10:40 +0200

On Fri, Sep 11, 2009 at 4:40 PM, Leandro Lucarella <address@hidden> 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/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]