help-make
[Top][All Lists]
Advanced

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

Re: Problem with -include target in make-3.81(bug?)


From: Stephan Beal
Subject: Re: Problem with -include target in make-3.81(bug?)
Date: Wed, 5 May 2010 19:43:17 +0200

On Tue, May 4, 2010 at 8:25 PM, Lee <address@hidden> wrote:
-include done
done:; @echo $(MAKE_VERSION); exit 1
[ make-3.81 ]
3.81
(no Error in 3.81)

This is conformant with the documentation:

http://www.gnu.org/software/automake/manual/make/Include.html

which says:

If you want make to simply ignore a makefile which does not exist and cannot be remade, with no error message, use the -include directive instead of include, like this:

     -include filenames...

--
----- stephan beal
http://wanderinghorse.net/home/stephan/

reply via email to

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