makefile常用函数
摘要:
strip :去空格函数$(strip string)功能:去掉字串中开头和结尾的空字符。返回:返回被去掉空格的字符串值。示例TEST = DEFAULT RESULT = noifeq ($(strip $(TEST)), DEFAULT) RESULT = yesendi... 阅读全文
posted @ 2014-08-30 15:58 小尾巴猴子 阅读(165) 评论(0) 推荐(0) 编辑
posted @ 2014-08-30 15:58 小尾巴猴子 阅读(165) 评论(0) 推荐(0) 编辑
posted @ 2014-08-30 15:43 小尾巴猴子 阅读(345) 评论(0) 推荐(0) 编辑
posted @ 2014-08-30 15:28 小尾巴猴子 阅读(284) 评论(0) 推荐(0) 编辑