由于时钟同步问题,出现 warning: Clock skew detected. Your build may be incomplete.这样的警告

由于时钟同步问题,出现 warning:  Clock skew detected.  Your build may be incomplete.这样的警告,
解决办法:
find . -type f | xargs -n 5 touch
make clean
make

你可能感兴趣的:(Build)