摘要: makefile shell函数输出会影响makefile 所以要么不让shell函数内部命令输出(PS 重定向没用) 要么用变量来接shell函数的输出 例如: TEMP:=$(shell echo abc) 阅读全文
posted @ 2022-10-10 10:49 遥远小山村 阅读(23) 评论(0) 推荐(0) 编辑