]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gnu_ftp_host-alpha, etc.): Un-factor .gnu.org suffix,
authorJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 13:49:03 +0000 (13:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 13:49:03 +0000 (13:49 +0000)
so that emit_upload_commands can use these variables, too.

Makefile.cfg

index 68e296973687b04a5a67e297ea4388af77cf06a3..0121705b49b5b30a4e8732487060be0fdda110f4 100644 (file)
@@ -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
 
 # 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.