【发布时间】:2011-06-01 05:37:15
【问题描述】:
如何解决Fedora Linux 中“检测到时钟偏差。您的构建可能不完整”错误?
我在终端中使用make 命令时遇到此错误。
【问题讨论】:
标签: fedora
如何解决Fedora Linux 中“检测到时钟偏差。您的构建可能不完整”错误?
我在终端中使用make 命令时遇到此错误。
【问题讨论】:
标签: fedora
是的,当然,清理你的代码库,然后发布
find . -exec touch {} \;
成功了。
正如链接所说:
Sometimes the last modified time on the files is wrong:
because it is greater than the time of day clock. `make'
then issues the above message.
You usually see these sort of problems in programming
enviroments that use NFS to share files but don't sync
clocks using NTP.
【讨论】:
简单的解决方案:
一切都会好的。
更多信息: http://embeddedbuzz.blogspot.in/2012/03/make-warning-clock-skew-detected-your.html
【讨论】: