.No rule to make target 'target'.Stop
makefile中没有包含创建指定的target所需要的规则,而且也没有合适的默认规则可用.
.'target' is up to date 指定
target 的相关文件没有变化.
.Target 'target' not remade because of errors
在编译target时出错,这一消息仅在使用make的-k选项时才会出现.
.command: Command not found make
找不到命令.通常是因为命令被拼写错误或者不在路径$PATH下.
.Illegal option - option
在调用make时包含了不能被make识别的选项.