projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b662d52
)
mesa: Add a dist hook to remove .gitignore files from distribution.
author
Matt Turner
<mattst88@gmail.com>
Sun, 7 Dec 2014 21:21:53 +0000
(13:21 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:49 +0000
(12:11 -0800)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 764517637766370f6ec9ce0318333fb8eaef093b..61a7ad1aa84b7a6a36d1b3d7f4f9be110e69d8c0 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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) {} +