From: Gary V. Vaughan Date: Fri, 25 Oct 2002 01:14:07 +0000 (+0000) Subject: * Makefile.am (cvs-diff): Compress the generated diff file, ready X-Git-Tag: release-1-5~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ac89dc02f14cdb7c315a685d8cdd05d3ec80ee;p=thirdparty%2Flibtool.git * Makefile.am (cvs-diff): Compress the generated diff file, ready for upload to ftp.gnu.org. --- diff --git a/ChangeLog b/ChangeLog index 069143338..659350e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-25 Gary V. Vaughan + + * Makefile.am (cvs-diff): Compress the generated diff file, ready + for upload to ftp.gnu.org. + 2002-10-25 Howard Chu * ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other diff --git a/Makefile.am b/Makefile.am index ac7569d14..62a5a47c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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