* Makefile.am (cvs-diff): Compress the generated diff file, ready

for upload to ftp.gnu.org.
This commit is contained in:
Gary V. Vaughan 2002-10-25 01:14:07 +00:00
parent ac414296ee
commit 06ac89dc02
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-10-25 Gary V. Vaughan <gary@gnu.org>
* Makefile.am (cvs-diff): Compress the generated diff file, ready
for upload to ftp.gnu.org.
2002-10-25 Howard Chu <hyc@highlandsun.com>
* ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other

View File

@ -111,4 +111,5 @@ cvs-diff:
else prevno="$$OLDVERSION"; fi; \
prevver=release-`echo $$prevno | sed 's/\./-/g'`; \
$(CVS) -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
> $(PACKAGE)-$$prevno-$(VERSION).diff
| GZIP=$(GZIP_ENV) gzip -c \
> $(PACKAGE)-$$prevno-$(VERSION).diff.gz