bug-make
[Top][All Lists]
Advanced

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

Re: -include


From: Boris Kolpackov
Subject: Re: -include
Date: Tue, 10 Feb 2004 12:48:35 -0600
User-agent: Mutt/1.5.4i

Good day,

Just want to follow up with another bug from the same area.
Consider the following makefile:

-include bar

hello:
        @echo hello

bar : foo
        cp foo bar


Make fails even though the manual says that it will not:

"   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'..."

-boris

Attachment: signature.asc
Description: Digital signature


reply via email to

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