Warning: File `makefile' has modification time 1.6e+02 s in the future怎么解决?

在节点上用makefile编译C++出现这种问题怎么解决?
make: Warning: File `makefile' has modification time 1.6e+02 s in the future
make: warning: Clock skew detected. Your build may be incomplete.
看到有人说修改系统时间,但是我没有权限啊。

把[-Werror]关掉(如果开了的话),运行一下试试。如果真修改了时间,你应该会看到时间往后移了160秒。