summaryrefslogtreecommitdiff
path: root/Makefile.cfg
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-07 13:49:03 +0000
committerJim Meyering <jim@meyering.net>2004-02-07 13:49:03 +0000
commitab049a7857758981f45f1c52ee6a3017e42eddbb (patch)
tree06454fd48dfd819d4102639cb871f9bce2d0df67 /Makefile.cfg
parentc5a8961c5bbc3b267439a3c1e857b18fbfbb3490 (diff)
downloadcoreutils-ab049a7857758981f45f1c52ee6a3017e42eddbb.tar.xz
(gnu_ftp_host-alpha, etc.): Un-factor .gnu.org suffix,
so that emit_upload_commands can use these variables, too.
Diffstat (limited to 'Makefile.cfg')
-rw-r--r--Makefile.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
index 68e296973..0121705b4 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -1,5 +1,5 @@
# Customize Makefile.maint. -*- makefile -*-
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,13 +18,13 @@
# Use alpha.gnu.org for alpha and beta releases.
# Use ftp.gnu.org for major releases.
-gnu_ftp_host-alpha = alpha
-gnu_ftp_host-beta = alpha
-gnu_ftp_host-major = ftp
+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.org/gnu/coreutils \
+ ftp://$(gnu_rel_host)/gnu/coreutils \
http://fetish.sf.net
# Files to update automatically.