comparison Makefile.in @ 1848:3c5eed71a332 release-1.2.10

Clean out the tests before creating distribution archive
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 07:38:34 +0000
parents 699eaff87cbb
children d688ac43a76b
comparison
equal deleted inserted replaced
1847:845bcffc0dd8 1848:3c5eed71a332
156 -name '*.old' -o \ 156 -name '*.old' -o \
157 -name '*.rej' -o \ 157 -name '*.rej' -o \
158 -name '*.orig' -o \ 158 -name '*.orig' -o \
159 -name '.#*' \) \ 159 -name '.#*' \) \
160 -exec rm -f {} \; 160 -exec rm -f {} \;
161 if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
161 tar cvf - $(distdir) | gzip --best >$(distfile) 162 tar cvf - $(distdir) | gzip --best >$(distfile)
162 rm -rf $(distdir) 163 rm -rf $(distdir)
163 164
164 rpm: $(distfile) 165 rpm: $(distfile)
165 rpmbuild -ta $? 166 rpmbuild -ta $?