mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* Makefile.maint (cvs-dist): Generate signatures and directives
for bz2 upload.
This commit is contained in:
parent
596e2489bd
commit
1c2e1f9bd7
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-24 Gary V. Vaughan <gary@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.maint (cvs-dist): Generate signatures and directives
|
||||||
|
for bz2 upload.
|
||||||
|
|
||||||
2004-10-23 Peter O'Gorman <peter@pogma.com>
|
2004-10-23 Peter O'Gorman <peter@pogma.com>
|
||||||
|
|
||||||
* config/ltmain.m4sh (func_mode_link): Make Gary's new tests
|
* config/ltmain.m4sh (func_mode_link): Make Gary's new tests
|
||||||
|
@ -165,11 +165,13 @@ cvs-dist: cvs-news timestamps
|
|||||||
cd $(srcdir) \
|
cd $(srcdir) \
|
||||||
&& $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'`
|
&& $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'`
|
||||||
## Generate signatures and directives for FSF ftp-upload:
|
## Generate signatures and directives for FSF ftp-upload:
|
||||||
ofile="$(PACKAGE)-$(VERSION).tar.gz"; \
|
for suffix in .gz .bz2; do \
|
||||||
$(GPG) --detach-sign $$ofile \
|
ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
|
||||||
&& echo "directory: libtool" > $$ofile.directive \
|
$(GPG) --detach-sign $$ofile \
|
||||||
&& $(GPG) --clearsign $$ofile.directive \
|
&& echo "directory: libtool" > $$ofile.directive \
|
||||||
&& rm -f $$ofile.directive
|
&& $(GPG) --clearsign $$ofile.directive \
|
||||||
|
&& rm -f $$ofile.directive; \
|
||||||
|
done
|
||||||
|
|
||||||
.PHONY: new-tarball
|
.PHONY: new-tarball
|
||||||
new-tarball:
|
new-tarball:
|
||||||
|
Loading…
Reference in New Issue
Block a user