maint.mk: remove obsolete rule
authorJim Meyering <meyering@redhat.com>
Fri, 24 Apr 2009 18:27:52 +0000 (20:27 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 24 Apr 2009 18:27:52 +0000 (20:27 +0200)
* top/maint.mk (rel-check): Remove rule.
(WGET, WGETFLAGS): Remove now-unused variables.

ChangeLog
top/maint.mk

index 0481cbc923041c7b419bead89e9e270507f40cdb..1dc100927fe472c4cfdb55ccd8558a946eae157b 100644 (file)
--- 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
index 1c6e87b0a19cca82976d2b1f671f4ef662a9028f..4e4c0504a408f125daba9deaae19be02c4589ddd 100644 (file)
@@ -762,18 +762,6 @@ my-distcheck: $(DIST_ARCHIVES) $(local-check)
        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)