phony targets的意思|示意

美 / / 英 / /

虚假目标


phony targets的网络常见释义

伪目标 如果目标没有任何依赖,而只有执行动作,则称这个目标为伪目标(phony targets),它只起标签作用。伪目标的定义格式类似如下:

假象目的 2.5 假象目的 (Phony Targets) 假设您的一个项目最后需要产生两个可执行文档。您的主要目标 是产生两个可执行文 件,但这两个文档是相互单独的——假如一 个文...

phony targets相关例句

Phony targets are used for organizational purposes and are a wonderful thing in writing a clear and legible makefile. For instance, one often sees rules like this.

伪目标是为了组织结构的目的而设计的,这在编写一个清晰的makefile时是种非常不错的技术。