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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了make: Warning: File `Makefile' has modification time 1.8e+06 s in the future相关的知识,希望对你有一定的参考价值。

通过这个错误提示信息我们可以知道,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的主要内容,如果未能解决你的问题,请参考以下文章

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

解决Linux编译make时速度慢,一直在checking

R语言安装本地包Warning in system(cmd) : ‘make‘ not found安装和R版本匹配的Rtools

Linux编译错误

redis 3 make error warning: unused variable ‘c’ [-Wunused-variable]

make 出现问题