GNU make manual 翻译(五十九)

简介:
继续翻译

复制代码
Conditional Directives                        
----------------------                        
                        
Conditional directives are parsed immediately.  This means, for example, that automatic variables cannot be used in conditional directives, as automatic variables are not set until the recipe for  that rule is invoked.  If you need to use automatic variables in a  conditional directive you _must_ move the condition into the recipe and use shell conditional syntax instead.                        
                        
复制代码
条件性指令

条件性指令会被立即解析。这意味着,例如,自动化变量不能在 条件性指令中使用,因为自动化变量是要知道规则的片段被执行时才会被设置的。如果你需要在条件性指令中使用一个自动化变量,你必须把这个条件移动到片断中,并且用 shell 的条件语法来代替。

后文待续


本文转自健哥的数据花园博客园博客,原文链接:http://www.cnblogs.com/gaojian/archive/2012/09/17/2688348.html,如需转载请自行联系原作者
目录
相关文章
|
Linux C语言
make: gcc:命令未找到
make: gcc:命令未找到
make: gcc:命令未找到
|
C语言 C++ Perl
如何处理错误消息Please install the gcc make perl packages
如何处理错误消息Please install the gcc make perl packages
156 0