summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-18 21:04:52 +0100
committerJim Meyering <meyering@redhat.com>2009-11-18 21:04:52 +0100
commitf18eef32848e2a0d1cc4159799ddc6d652f9ba75 (patch)
treea954a6a44fc69ce715917e814f540589bcef3c51 /cfg.mk
parente246d654f37eee6ee8a5e87c33cde26520cd2e3d (diff)
downloadcoreutils-f18eef32848e2a0d1cc4159799ddc6d652f9ba75.tar.xz
build: "make stable" emitted an invalid gnupload command
* cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major. * README-release: Change another s/major/stable/.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 1a75170cc..1df608e9c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -18,7 +18,7 @@
# 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_ftp_host-stable = ftp.gnu.org
gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
# Used in maint.mk's web-manual rule