zoukankan      html  css  js  c++  java
  • 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 的条件语法来代替。

    后文待续

  • 相关阅读:
    JavaMail
    Web的文件下载
    Web的文件上传
    Tcp 数据对象传输接口对象设计
    m个元素中选取n的组合
    PyQT Quick Start
    版本发布自动触发测试
    plantUML 实操
    Python 版本对比
    Some Python Tricks
  • 原文地址:https://www.cnblogs.com/gaojian/p/2688348.html
Copyright © 2011-2022 走看看