摘要:
$(filter pattern…,text) Returns all whitespace separated words in text that do match any of the pattern words, removing any words that do not match. T 阅读全文
摘要:
函数简介: ~~~~ 1、wildcard : 扩展通配符 2、notdir :去除路径 3、patsubst :替换通配符 ~~~~ 实例: 建立一个 test 目录,在测试目录下建立一个名为 sub 的子目录 ~~~~ $ mkdir test $ cd test $ mkdir sub ~~~ 阅读全文