码迷,mamicode.com
首页 > 其他好文 > 详细

make: Warning: File `Makefile' has modification time 1.8e+06 s in the future

时间:2017-09-18 20:30:49      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:man   mes   rom   一个   ati   date   指令   ica   lin   

通过这个错误提示信息我们可以知道,Makefile的修改时间点是Linux当前的一个未来时间点。可以通过修改Linux的当前时间来解决这个问题:

$sudo date -s ‘hh:mm:ss yyyy-mm-dd‘ 

比如我想讲我的Linux系统的时间修改为2017-09-18 18:45:00 可以通过如下指令修改:

$sudo date -s ‘18:45:00 2017-09-18‘

make: Warning: File `Makefile' has modification time 1.8e+06 s in the future

标签:man   mes   rom   一个   ati   date   指令   ica   lin   

原文地址:http://www.cnblogs.com/chay/p/7544836.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!