summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: