ruby-changes:55750
From: Nobuyoshi <ko1@a...>
Date: Sat, 18 May 2019 09:40:38 +0900 (JST)
Subject: [ruby-changes:55750] Nobuyoshi Nakada: 719ebbec30 (trunk): Get rid of always updating Unicode files
https://git.ruby-lang.org/ruby.git/commit/?id=719ebbec30 From 719ebbec303967aacbf5122219d67b34aae9351e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 17 May 2019 23:46:22 +0900 Subject: Get rid of always updating Unicode files [Misc #15859] diff --git a/common.mk b/common.mk old mode 100644 new mode 100755 index 6377bd9..477a410 --- a/common.mk +++ b/common.mk @@ -1217,10 +1217,15 @@ up:: https://github.com/ruby/ruby/blob/trunk/common.mk#L1217 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: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/