mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* Makefile.am (cvs-diff): Compress the generated diff file, ready
for upload to ftp.gnu.org.
This commit is contained in:
parent
ac414296ee
commit
06ac89dc02
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user