[前][次][番号順一覧][スレッド一覧]

ruby-changes:65656

From: Nobuyoshi <ko1@a...>
Date: Fri, 26 Mar 2021 09:44:09 +0900 (JST)
Subject: [ruby-changes:65656] 041a4f9a5e (master): Stop downloading Unicode files twice

https://git.ruby-lang.org/ruby.git/commit/?id=041a4f9a5e

From 041a4f9a5e04eb4e6f8f26d143a613a817e18717 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 26 Mar 2021 00:38:35 +0900
Subject: Stop downloading Unicode files twice

These files should have been downloaded in update-remote.
---
 common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mk b/common.mk
index 6d3e2d2..6183af9 100644
--- a/common.mk
+++ b/common.mk
@@ -1281,7 +1281,7 @@ dist: https://github.com/ruby/ruby/blob/trunk/common.mk#L1281
 up:: update-remote
 
 up::
-	-$(Q)$(MAKE) $(mflags) Q=$(Q) REVISION_FORCE=PHONY after-update
+	-$(Q)$(MAKE) $(mflags) Q=$(Q) REVISION_FORCE=PHONY ALWAYS_UPDATE_UNICODE= after-update
 
 yes::
 no::
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]