Makefile.in is now cleaning up after iteself in the "release" target

This commit is contained in:
Mike Welles 2001-01-08 16:07:33 +00:00
parent a5a724a995
commit 9a1d08fc5a
3 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2001-01-08 Mike Welles <mike@bangstate.com>
* Makefile.in: Now cleaning up after itself after creating the .tar.gz and .zip
2001-01-07 Frank Warmerdam <warmerdam@pobox.com>
* html/libtiff.html: Fixed arguments in example for TIFFRGBAImageGet()

View File

@ -1,5 +1,5 @@
#! smake
# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.17 2000-12-28 22:59:43 warmerda Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.18 2001-01-08 16:07:33 mwelles Exp $
#
# @WARNING@
#
@ -514,9 +514,8 @@ release.tar.zip:
done) | sed "s;.*;tiff-$$VERSIONREL/&;" >$$VERSIONREL; \
tar cvf $$VERSIONREL-tar `cat $$VERSIONREL`; \
zip ../tiff-$$VERSIONREL.zip `cat $$VERSIONREL`; \
# rm -f tiff-$$VERSIONREL${ZIPSUF}; \
cat $$VERSIONREL-tar | ${COMPRESS} >../tiff-$$VERSIONREL.${ZIPSUF}; \
# rm -f tiff-$$VERSIONREL $$VERSIONREL $$VERSIONREL-tar;
cat $$VERSIONREL-tar | ${COMPRESS} >../tiff-$$VERSIONREL.tar.${ZIPSUF}; \
rm -f tiff-$$VERSIONREL $$VERSIONREL $$VERSIONREL-tar;
#
# Simple rule to run test suite assuming that pics directory is
# just below this one, and that .rpt files are available.

View File

@ -1 +1 @@
12/22/2000
01/08/2001