Clean out the tests before creating distribution archive
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401809
This commit is contained in:
parent
c1d479762f
commit
851c3b8fbb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue