作者: jueduiyingxiong 時間: 2012-09-05 16:18
附件里面有makefile的相關(guān)文件作者: EricFisher 時間: 2012-09-13 15:02
我查了下最新的make手冊,里面已經(jīng)沒有.MAKE這個內(nèi)建目標(biāo)了(4.8 Special Built-in Target Names)。我看了下你的Makefile.in,里面說道“Makefile.in generated by automake 1.10.2 from Makefile.am.”所以,我覺得,1.10.2的make手冊里可能有這個.MAKE的介紹。
從網(wǎng)上搜了一個,不知是否正確:
.MAKE
Execute the commands associated with this target even if the -n or -t options were specified. Normally used to mark recursive make's. 作者: jueduiyingxiong 時間: 2012-09-14 15:18 回復(fù) 7# EricFisher
您找到的應(yīng)該是比較正確的了!謝了作者: flyd1005 時間: 2012-10-15 16:46
EricFisher is so patient:wink:
But I consider this issue should not be placed in this board