help-make
[Top][All Lists]
Advanced

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

Re: suppres message


From: Noel Yap
Subject: Re: suppres message
Date: Tue, 25 Nov 2003 09:13:26 -0500

address@hidden wrote:
> 
> When I use the following import file construction:
> 
>  .add_rules.mk : makefile
>         @rm -f $@;\
>         ...rules...;\
> 
> import .add_rules.mk

Don't you mean "include"?

> I get the first time I run make (since the .add_rules.mk file is not yet 
> there) the message:
> 
> "makefile:71: .add_rules.mk: No such file or directory"
> 
> Is there any way to prevent this message?

Try:

-include .add_rules.mk

HTH,
Noel
-- 
NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.




reply via email to

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