configure: error: newly created file is older than distributed files!
centos,将所有文件夹时间设置为当前时间:
find . -name "*" -exec touch '{}' \;
世界上所有的不公平都是由于当事人能力不足造成的.
centos,将所有文件夹时间设置为当前时间:
find . -name "*" -exec touch '{}' \;