From 7b2e9f4170bf3183c20f9c00b3e16da4a41f4dff Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 20 Nov 2009 20:28:44 +0100 Subject: maint: cfg.mk: remove factored-out ftp host/dir definitions * cfg.mk (gnu_ftp_host-alpha, gnu_ftp_host-beta gnu_ftp_host-stable): (gnu_rel_host, url_dir_list): Remove definitions. The defaults, now provided by maint.mk, are the same. * gnulib: Update for latest, including those maint.mk additions. --- cfg.mk | 10 ---------- gnulib | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/cfg.mk b/cfg.mk index d8fa0d8..6eeca9a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -14,16 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Use alpha.gnu.org for alpha and beta releases. -# Use ftp.gnu.org for major releases. -gnu_ftp_host-alpha = alpha.gnu.org -gnu_ftp_host-beta = alpha.gnu.org -gnu_ftp_host-major = ftp.gnu.org -gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) - -url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/$(PACKAGE) - # Used in maint.mk's web-manual rule manual_title = GNU idutils: ID database utilities diff --git a/gnulib b/gnulib index 453d6be..481f709 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 453d6be7ea3ca6792fd28a71ccc0f1107a9239a4 +Subproject commit 481f709ceba803288289da8e11a52d309d0fc9a1 -- cgit v1.2.3