mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Clean out the tests before creating distribution archive
This commit is contained in:
parent
a13c34cfef
commit
fd42c511e8
|
|
@ -158,6 +158,7 @@ dist $(distfile):
|
|||
-name '*.orig' -o \
|
||||
-name '.#*' \) \
|
||||
-exec rm -f {} \;
|
||||
if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
|
||||
tar cvf - $(distdir) | gzip --best >$(distfile)
|
||||
rm -rf $(distdir)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user