changeset 11499:131895586bdb

maint.mk: remove obsolete rule * top/maint.mk (rel-check): Remove rule. (WGET, WGETFLAGS): Remove now-unused variables.
author Jim Meyering <meyering@redhat.com>
date Fri, 24 Apr 2009 20:27:52 +0200
parents 4eb7918a17d0
children e2ccee22359c
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-24  Jim Meyering  <meyering@redhat.com>
+
+	maint.mk: remove obsolete rule
+	* top/maint.mk (rel-check): Remove rule.
+	(WGET, WGETFLAGS): Remove now-unused variables.
+
 2009-04-24  Simon Josefsson  <simon@josefsson.org>
 
 	* top/maint.mk (makefile-check): Renamed to sc_makefile_check for
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -762,18 +762,6 @@
 	echo "$(distdir).tar.gz is ready for distribution"; \
 	echo "========================"
 
-WGET = wget
-WGETFLAGS = -C off
-
-rel-check:
-	tarz=/tmp/rel-check-tarz-$$$$; \
-	md5_tmp=/tmp/rel-check-md5-$$$$; \
-	set -e; \
-	trap 'status=$$?; rm -f $$tarz $$md5_tmp; exit $$status' 0 1 2 3 15; \
-	$(WGET) $(WGETFLAGS) -q --output-document=$$tarz $(url); \
-	echo "$(md5)  -" > $$md5_tmp; \
-	md5sum -c $$md5_tmp < $$tarz
-
 rel-files = $(DIST_ARCHIVES)
 
 gnulib-version = $$(cd $(gnulib_dir) && git describe)