继续翻译

`.SILENT'
     If you specify prerequisites for `.SILENT', then `make' will not print the recipe used to remake those particular files before executing them.  The recipe for `.SILENT' is ignored.
If mentioned as a target with no prerequisites, `.SILENT' says not to print any recipes before executing them.  This usage of `.SILENT' is supported only for historical compatibility.  We recommend you use the more selective ways to silence specific recipes.  *Note Recipe Echoing: Echoing.  If you want to silence all recipes for a particular run of `make', use the `-s' or `--silent' option (*note Options Summary::).

`.SILENT'
如果你为 .SLIENT 指定前提条件,那么 make 不会打印出那些特定的为生成这些前提条件而执行的片段。

.SLIENT 的片段会被忽略。

如果 .SLIENT 后面没有前提条件,那么 .SLIENT 表明 不要打印任何片段。这个用法只是考虑到同历史版本的兼容性。我们建议你用更加有区分性的方式来控制不打印哪些片段。*Note Recipe Echoing:Echoing.

如果你想在某次 make 的运行时,不打印所有的片段,可以用 s 或者 --silent 选项(*note Options Summary::)

后文待续

本文转自健哥的数据花园博客园博客,原文链接:http://www.cnblogs.com/gaojian/archive/2012/09/25/2701082.html,如需转载请自行联系原作者

GNU make manual 翻译( 一百一十)相关推荐

  1. GNU make manual 翻译( 一百一十九)

    继续翻译 Each target specified must match the target pattern; a warning is issued for each target that d ...

  2. GNU make manual 翻译( 一百一十四)

    继续翻译 4.10 Multiple Targets in a Rule ===============================A rule with multiple targets is ...

  3. GNU make manual 翻译( 一百四十九)

    继续翻译 5.7.4 The `--print-directory' Option ------------------------------------If you use several lev ...

  4. GNU make manual 翻译( 一百一十三)

    继续翻译 `.ONESHELL' If `.ONESHELL' is mentioned as a target, then when a target is built all lines of t ...

  5. GNU make manual 翻译( 一百五十五)

    继续翻译 6.2 The Two Flavors of Variables ================================There are two ways that a vari ...

  6. GNU make manual 翻译( 一百二十四)

    继续翻译 Note that such a prerequisite constitutes mentioning `main.o' in a makefile, so it can never be ...

  7. GNU make manual 翻译( 一百五十四)

    继续翻译 6.1 Basics of Variable References =================================To substitute a variable's v ...

  8. GNU make manual 翻译( 一百五十九)

    继续翻译 A computed variable name need not consist entirely of a single variable reference. It can conta ...

  9. GNU make manual 翻译( 一百七十五)

    继续翻译 `.DEFAULT_GOAL' Sets the default goal to be used if no targets were specified onthe command lin ...

最新文章

  1. wordpress rest api 登录_WordPress版微信小程序3.5版发布
  2. Socket桥(转载)
  3. SQL Server 2017 AlwaysOn on Linux 配置和维护(18)
  4. 一个有关ajax去获取天气预报然后用echarts展现出来的小demo
  5. bzoj 2186: [Sdoi2008]沙拉公主的困惑
  6. hdu6380(2018 “百度之星”程序设计大赛 - 初赛(B))
  7. BZOJ 2734 [HNOI2012]集合选数 (状压DP、时间复杂度分析)
  8. Django框架简介
  9. nextpolish安装_「三代组装」使用Pilon对基因组进行polish
  10. CRM WebClient UI outbound plug的使用
  11. 字符串常量与字符串变量
  12. 思路不清晰还想月薪过万?学会这4招,升职加薪有望
  13. 磁盘一把锁一个感叹号_TBase中的一些锁
  14. 虚拟专用网之L2TP协议介绍
  15. Atitit mvc之道 attilax著 1. Atitti mvc的几大概念 2 1.1. Dispatcher Controller 2 1.2. 声明式渲染 2 1.3. 条件与循环
  16. 解决:provider:Named Pipes Provider error:40无法打开SQL Server的连接
  17. 计算机毕业设计ssm基于web的社团管理系统r848z系统+程序+源码+lw+远程部署
  18. java uri用法_javaurl类的用法
  19. Levenshtein 自动机(拼音纠错)
  20. html圈c转义符,C 实用教程

热门文章

  1. 《Essential C++》读书笔记 之 泛型编程风格
  2. 一、预备知识―程序的内存分配
  3. spring-java.lang.stackOverFlowError
  4. 澳洲留学征文活动获奖情况公布
  5. linux yum 本地源配置
  6. Springboot引用外部配置文件
  7. 1138: 零起点学算法45——求最大值
  8. MyBatis知多少(12)私有数据库
  9. RHEL6搭建本地yum源
  10. linux 条件判断