[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/10] maint: cfg.mk: remove factored-out ftp host/dir definition
From: |
Jim Meyering |
Subject: |
[PATCH 02/10] maint: cfg.mk: remove factored-out ftp host/dir definitions |
Date: |
Fri, 20 Nov 2009 21:06:13 +0100 |
From: Jim Meyering <address@hidden>
* 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 insertions(+), 11 deletions(-)
diff --git a/cfg.mk b/cfg.mk
index d7a0e65..d6197e8 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -14,19 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Use alpha.gnu.org for alpha and beta releases.
-# Use ftp.gnu.org for stable releases.
-gnu_ftp_host-alpha = alpha.gnu.org
-gnu_ftp_host-beta = alpha.gnu.org
-gnu_ftp_host-stable = ftp.gnu.org
-gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
-
# Used in maint.mk's web-manual rule
manual_title = gzip: the data compression program
-url_dir_list = \
- ftp://$(gnu_rel_host)/gnu/$(PACKAGE)
-
# The GnuPG ID of the key used to sign the tarballs.
gpg_key_ID = B9AB9A16
diff --git a/gnulib b/gnulib
index b3602e8..481f709 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit b3602e85d8c625e8ffc08855b67c0ae11169a5f3
+Subproject commit 481f709ceba803288289da8e11a52d309d0fc9a1
--
1.6.5.3.433.g11067
- [PATCH 01/10] build: "make stable" emitted an invalid gnupload command, Jim Meyering, 2009/11/20
- [PATCH 09/10] build: avoid warnings about unused macros, Jim Meyering, 2009/11/20
- [PATCH 02/10] maint: cfg.mk: remove factored-out ftp host/dir definitions,
Jim Meyering <=
- [PATCH 08/10] build: util.c: avoid warnings about add_envopt, Jim Meyering, 2009/11/20
- [PATCH 05/10] build: use gnulib's fdopendir module, Jim Meyering, 2009/11/20
- [PATCH 03/10] maint: tweak formatting of bootstrap.conf, Jim Meyering, 2009/11/20
- [PATCH 04/10] build: enable many warnings, Jim Meyering, 2009/11/20
- [PATCH 06/10] build: avoid warnings from -Wstrict-prototypes, Jim Meyering, 2009/11/20
- [PATCH 07/10] build: avoid many const-related warnings, Jim Meyering, 2009/11/20
- [PATCH 10/10] build: unlzw.c: avoid warnings about unused macros, Jim Meyering, 2009/11/20