From 89aae4255824a909803a54a11c5e78ac7b693641 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 7 Mar 2008 03:26:26 +0000 Subject: [PATCH] * Makefile.maint (TSDEPS_DIST): Removed. No longer used. (TSDEPS): libtool.m4 has long since moved to libltdl. (cvs-dist): Don't put the suffix dot in twice. --- ChangeLog | 6 ++++++ Makefile.maint | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf0b8aa2f..142f14a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-06 Gary V. Vaughan + + * Makefile.maint (TSDEPS_DIST): Removed. No longer used. + (TSDEPS): libtool.m4 has long since moved to libltdl. + (cvs-dist): Don't put the suffix dot in twice. + 2008-03-06 Ralf Wildenhues * tests/convenience.at (Java convenience archives): Skip test if diff --git a/Makefile.maint b/Makefile.maint index 544140527..72cac5b77 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -93,16 +93,14 @@ prev-tarball: if test -f $$ofile; then :; \ else echo "Cannot make deltas without $$ofile"; exit 1; fi -# TSDEPS will be defined to TSDEPS_DIST at `make dist' time -TSDEPS = -TSDEPS_DIST = ChangeLog m4/libtool.m4 +TSDEPS = ChangeLog libltdl/m4/libtool.m4 CVS = cvs # set it to `:' to avoid CVS operations .PHONY: timestamps update-timestamps timestamps: update-timestamps update-timestamps: @if (cd $(srcdir) && test -d CVS && \ - $(CVS) -n update $(TSDEPS_DIST) | grep '^M'); then \ + $(CVS) -n update $(TSDEPS) | grep '^M'); then \ echo "Cannot make cvs-dist before commit"; exit 1; else :; fi @@ -173,7 +171,7 @@ cvs-dist: cvs-news timestamps cd $(srcdir) \ && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'` ## Generate signatures and directives for FSF ftp-upload: - for suffix in .gz .bz2; do \ + for suffix in gz bz2; do \ ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \ $(GPG) --detach-sign $$ofile \ && echo "directory: libtool" > $$ofile.directive \ -- 2.47.2