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

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

继续翻译

Wildcard expansion is performed by `make' automatically in targets and in prerequisites.  In recipes, the shell is responsible for wildcard expansion.  In other contexts, wildcard expansion happens only if you request it explicitly with the `wildcard' function.                                                   The special significance of a wildcard character can be turned off by preceding it with a backslash.  Thus, `foo\*bar' would refer to a specific file whose name consists of `foo', an asterisk, and `bar'.

目的和前提条件里的通配符扩展由 make 来自动完成。在片段里,shell 负责完成对通配符的解释。在其他上下文中,仅当你显式地使用了 wildcard 函数的时候才会发生扩展。

通配符可以通过前置反斜线关闭,因此 foo\*bar 会被解释成 文件名为 foo * bar 。

后文待续

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

你可能感兴趣的文章
CISCO路由器、交换机密码恢复
查看>>
Cgi与php-Cgi以及Fast-Cgi与php-fpm的理解
查看>>
我的友情链接
查看>>
odoo 财务会计相关介绍
查看>>
大型分布式C++框架《四:netio之请求包中转站 上》
查看>>
lnmp之PDO_mysql.so
查看>>
原码、补码、反码、1的补码
查看>>
安卓真机测试遇到的检测不到安卓设备的问题
查看>>
vim简单处理博文
查看>>
android 从网络加载图片并显示
查看>>
transport tbs exmaple01 reverse teaching meterial
查看>>
解决电脑启动报:Reboot and select proper boot device
查看>>
squid 反向代理
查看>>
linux下/proc/cpuinfo 文件分析
查看>>
java soap api操作和发送soap消息
查看>>
linux面试题。
查看>>
关于MySQL分表操作的研究
查看>>
持续集成之 Jenkins+Gitlab 打包发布程序到 Tomcat(二)
查看>>
Server-01 How to Find the Remote Desktop Port
查看>>
Java--接口、抽象与继承
查看>>