Last active
August 9, 2016 16:27
-
-
Save pyk/d8ac817ff797ad419ee26c82426664e5 to your computer and use it in GitHub Desktop.
Fix clock skew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://stackoverflow.com/questions/23281050/makefile-warning-warning-file-main-cpp-has-modification-time-2-1e04-s-in-th | |
# http://stackoverflow.com/questions/4210042/exclude-directory-from-find-command | |
find . -path ./.git -prune -o -type f -exec touch {} + | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment