原因:如果上一次编译时为20060101,你现在再编译就会报这样的错误.
解决:把时间改了或运行下来命令再make
1. date -s "16:40:00"
2.find . -type f -exec touch {} \;
也可以参看:
http://blog.chinaunix.net/uid-26696487-id-3076840.html
解决:把时间改了或运行下来命令再make
1. date -s "16:40:00"
2.find . -type f -exec touch {} \;
也可以参看:
http://blog.chinaunix.net/uid-26696487-id-3076840.html
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/5254/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
评论列表