Skip to content

Instantly share code, notes, and snippets.

@pyk
Last active August 9, 2016 16:27
Show Gist options
  • Save pyk/d8ac817ff797ad419ee26c82426664e5 to your computer and use it in GitHub Desktop.
Save pyk/d8ac817ff797ad419ee26c82426664e5 to your computer and use it in GitHub Desktop.
Fix clock skew
# 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