解決辦法:
用touch 指令把源程式的時間戳改一下
find . -type f -exec touch {} \;
make clean
make
本文轉自 Linux_woniu 51CTO部落格,原文連結:http://blog.51cto.com/linuxcgi/1969403
解決辦法:
用touch 指令把源程式的時間戳改一下
find . -type f -exec touch {} \;
make clean
make
本文轉自 Linux_woniu 51CTO部落格,原文連結:http://blog.51cto.com/linuxcgi/1969403