Commit 851c3b8f authored by Sam Lantinga's avatar Sam Lantinga

Clean out the tests before creating distribution archive

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401809
parent c1d47976
...@@ -158,6 +158,7 @@ dist $(distfile): ...@@ -158,6 +158,7 @@ dist $(distfile):
-name '*.orig' -o \ -name '*.orig' -o \
-name '.#*' \) \ -name '.#*' \) \
-exec rm -f {} \; -exec rm -f {} \;
if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
tar cvf - $(distdir) | gzip --best >$(distfile) tar cvf - $(distdir) | gzip --best >$(distfile)
rm -rf $(distdir) rm -rf $(distdir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment