bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] [PATCH 13/19] build: "make stable" emitted an invalid gn


From: Jim Meyering
Subject: [bug-diffutils] [PATCH 13/19] build: "make stable" emitted an invalid gnupload command
Date: Fri, 20 Nov 2009 10:12:22 +0100

From: Jim Meyering <address@hidden>

* cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major.
---
 cfg.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 45d079f..2c19aff 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -15,10 +15,10 @@
 # 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 major 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-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
-- 
1.6.5.3.433.g11067





reply via email to

[Prev in Thread] Current Thread [Next in Thread]