aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-17 23:46:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-18 09:39:53 +0900
commit719ebbec303967aacbf5122219d67b34aae9351e (patch)
treecf5f69adeba19bf723af537536d87af6f0b13772 /common.mk
parentc4bad9f74e432572b80c24c7f1c519c5cc4c59a2 (diff)
downloadruby-719ebbec303967aacbf5122219d67b34aae9351e.tar.gz
Get rid of always updating Unicode files
[Misc #15859]
Diffstat (limited to 'common.mk')
-rwxr-xr-x[-rw-r--r--]common.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6377bd9940..477a410427 100644..100755
--- a/common.mk
+++ b/common.mk
@@ -1217,10 +1217,15 @@ up::
up::
-$(Q)$(MAKE) $(mflags) Q=$(Q) after-update
+yes::
+no::
+
after-update:: extract-extlibs
update-remote:: update-src update-download
-update-download:: update-unicode update-gems download-extlibs
+update-download:: $(ALWAYS_UPDATE_UNICODE:yes=update-unicode)
+update-download:: update-gems
+update-download:: download-extlibs
update-mspec:
update-rubyspec: