博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GNU make manual 翻译(三十二)
阅读量:6281 次
发布时间:2019-06-22

本文共 892 字,大约阅读时间需要 2 分钟。

继续翻译

* An "explicit rule" says when and how to remake one or more files,      called the rule's "targets".  It lists the other files that the     targets depend on, called the "prerequisites" of the target, and      may also give a recipe to use to create or update the targets.      *Note Writing Rules: Rules.                                                   * An "implicit rule" says when and how to remake a class of files     based on their names.  It describes how a target may depend on a      file with a name similar to the target and gives a recipe to      create or update such a target.  *Note Using Implicit Rules:      Implicit Rules.

一个 "显式规则" 表明何时以及如何重新制作一个或多个文件(此规则的目的)。

它列举出目的所以来的其他文件(目的的前提条件),并且也许会给出一个用来创建和修改目的的片段。

*Note Writing Rules: Rules

 一个"隐式规则" 表明何时以及如何根据文件的名字重新制作此文件。它描述了一个目的如何依赖于

一个和目的文件相类似的文件名,并给出一个片段来创建或更改这个目的文件。

*Note Using Implicit Rules: Implicit Rules

后文待续

转载地址:http://gwxva.baihongyu.com/

你可能感兴趣的文章
dangdang.ddframe.job中页面修改表达式后进行检查
查看>>
Web基础架构:负载均衡和LVS
查看>>
Linux下c/c++相对路径动态库的生成与使用
查看>>
SHELL实现跳板机,只允许用户执行少量允许的命令
查看>>
SpringBoot 整合Redis
查看>>
2014上半年大片早知道
查看>>
Android 6.0指纹识别App开发案例
查看>>
正文提取算法
查看>>
轻松学PHP
查看>>
Linux中的网络监控命令
查看>>
this的用法
查看>>
windows下安装redis
查看>>
CentOS7 yum 安装git
查看>>
启动日志中频繁出现以下信息
查看>>
httpd – 对Apache的DFOREGROUND感到困惑
查看>>
分布式锁的一点理解
查看>>
idea的maven项目,install下载重复下载本地库中已有的jar包,而且下载后jar包都是lastupdated问题...
查看>>
2019测试指南-web应用程序安全测试(二)指纹Web服务器
查看>>
树莓派3链接wifi
查看>>
js面向对象编程
查看>>