makefile shell函数输出会影响makefile
所以要么不让shell函数内部命令输出(PS 重定向没用)
要么用变量来接shell函数的输出
例如:
TEMP:=$(shell echo abc)