Fix Makefile deps to rebuild less often

This should only rebuild when ACTUALLY needed.
This commit is contained in:
Tim Hockin
2016-06-02 21:28:31 -07:00
parent 9613e15801
commit a9f3ccdaa4
3 changed files with 98 additions and 42 deletions

View File

@@ -63,6 +63,8 @@ def get_all_files(rootdir):
dirs.remove('third_party')
if '.git' in dirs:
dirs.remove('.git')
if '.make' in dirs:
dirs.remove('.make')
if 'exceptions.txt' in files:
files.remove('exceptions.txt')
if 'known-flags.txt' in files: