mesa: Add a dist hook to remove .gitignore files from distribution.

This commit is contained in:
Matt Turner
2014-12-07 13:21:53 -08:00
parent b662d5282f
commit a267212a4d
+5
View File
@@ -110,3 +110,8 @@ checksums: $(ARCHIVES)
@-sha256sum $(PACKAGE_NAME).zip
.PHONY: tarballs checksums
# We list some directories in EXTRA_DIST, but don't actually want to include
# the .gitignore files in the tarball.
dist-hook:
find $(distdir) -name .gitignore -exec $(RM) {} +