继续翻译
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 的条件语法来代替。
后文待续
本文介绍了条件性指令在构建过程中的工作原理。此类指令会被立即解析,因此无法直接使用自动化变量。若要在条件判断中利用自动化变量,则需要将条件置于规则的片段中并采用shell条件语法。

106

被折叠的 条评论
为什么被折叠?



