mesa: Add a dist hook to remove .gitignore files from distribution.
This commit is contained in:
@@ -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) {} +
|
||||
|
||||
Reference in New Issue
Block a user