]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (cvs-diff): Compress the generated diff file, ready
authorGary V. Vaughan <gary@gnu.org>
Fri, 25 Oct 2002 01:14:07 +0000 (01:14 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 25 Oct 2002 01:14:07 +0000 (01:14 +0000)
for upload to ftp.gnu.org.

ChangeLog
Makefile.am

index 06914333814ca472dc9961e3bdd092ce98cb7e7d..659350e9fb8a62d202a817ee05042c166c3041ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ac7569d147d955e5a16bc3c740febb0fa93f1208..62a5a47c1b7fd6ae3d88858e9b0c46563c88f6da 100644 (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