出现 warning: Clock skew detected. Your build may be incomplete.这样的警告
find . -type f | xargs -n 5 touch
make clean
make
本文介绍了一种常见的构建过程中的警告——Clockskew detected,并提供了具体的解决方案:使用find命令结合touch更新文件时间戳,之后执行make clean及make命令来完成项目的清理与重新构建。
出现 warning: Clock skew detected. Your build may be incomplete.这样的警告
find . -type f | xargs -n 5 touch
make clean
make

被折叠的 条评论
为什么被折叠?
