configure: error: newly created file is older than distributed files!

142 阅读1分钟

centos,将所有文件夹时间设置为当前时间:

find . -name "*" -exec touch '{}' \;