Skip to content
Snippets Groups Projects
Commit bdd3c90f authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #2772 from nicolasnoble/don-t-commit-cache-files

Adding a sanity check that the cached makefile variables aren't committed.
parents 9dc45f91 70787578
No related branches found
No related tags found
No related merge requests found
...@@ -48,3 +48,8 @@ diff -u $submodules - << EOF ...@@ -48,3 +48,8 @@ diff -u $submodules - << EOF
3e2c8a5dd79481e1d36572cdf65be93514ba6581 third_party/protobuf (v3.0.0-alpha-1-1048-g3e2c8a5) 3e2c8a5dd79481e1d36572cdf65be93514ba6581 third_party/protobuf (v3.0.0-alpha-1-1048-g3e2c8a5)
50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8) 50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8)
EOF EOF
if [ -f cache.mk ] ; then
echo "Please don't commit cache.mk"
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment