summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-26 00:38:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-26 00:38:35 +0900
commit041a4f9a5e04eb4e6f8f26d143a613a817e18717 (patch)
treea7459b1612d8fccd89d50952200128ca84a3d6c7 /common.mk
parentad8842c06d26ee634f90008efecf1cd4d76342df (diff)
Stop downloading Unicode files twice
These files should have been downloaded in update-remote.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6d3e2d274b..6183af9be2 100644
--- a/common.mk
+++ b/common.mk
@@ -1281,7 +1281,7 @@ dist:
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::