bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint.mk: remove obsolete rule


From: Jim Meyering
Subject: [PATCH] maint.mk: remove obsolete rule
Date: Fri, 24 Apr 2009 20:28:25 +0200

FYI,

>From b3b22c81a6470f9055b0c81e0c2db3362d8fecd0 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Fri, 24 Apr 2009 20:27:52 +0200
Subject: [PATCH] maint.mk: remove obsolete rule

* top/maint.mk (rel-check): Remove rule.
(WGET, WGETFLAGS): Remove now-unused variables.
---
 ChangeLog    |    6 ++++++
 top/maint.mk |   12 ------------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0481cbc..1dc1009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-24  Jim Meyering  <address@hidden>
+
+       maint.mk: remove obsolete rule
+       * top/maint.mk (rel-check): Remove rule.
+       (WGET, WGETFLAGS): Remove now-unused variables.
+
 2009-04-24  Simon Josefsson  <address@hidden>

        * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
diff --git a/top/maint.mk b/top/maint.mk
index 1c6e87b..4e4c050 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -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)
--
1.6.3.rc1.223.g2f326




reply via email to

[Prev in Thread] Current Thread [Next in Thread]