]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: "make stable" emitted an invalid gnupload command
authorJim Meyering <meyering@redhat.com>
Wed, 18 Nov 2009 20:04:52 +0000 (21:04 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 18 Nov 2009 20:04:52 +0000 (21:04 +0100)
* cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major.
* README-release: Change another s/major/stable/.

README-release
cfg.mk

index 09b50d7a2e7228c593cd8e8b6c01ff6114d65bb6..9aaf3a010ae523add10b1dd10f51689a7ee7498f 100644 (file)
@@ -50,7 +50,7 @@ FIXME: enable excluded programs like arch? to get their manual pages?
 
 Once all the builds and tests have passed,
 
-* Run the gnupload command that was suggested by your "make major" run above.
+* Run the gnupload command that was suggested by your "make stable" run above.
 
 * Wait a few minutes (maybe up to 30?) and then use the release URLs to
   download all tarball/signature pairs and use gpg --verify to ensure
diff --git a/cfg.mk b/cfg.mk
index 1a75170ccc875cf73840c5a322a8e0baade94cfd..1df608e9cd3d7fdfbac49fa85d4ff37172a6eb10 100644 (file)
--- 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