.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識別的選項.