From 719ebbec303967aacbf5122219d67b34aae9351e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 17 May 2019 23:46:22 +0900 Subject: [PATCH] Get rid of always updating Unicode files [Misc #15859] --- common.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) mode change 100644 => 100755 common.mk diff --git a/common.mk b/common.mk old mode 100644 new mode 100755 index 6377bd9940..477a410427 --- 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: