aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-18 10:25:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-18 10:25:01 +0000
commit6f7a9c225084b59096268af2d2321e8e21f16a69 (patch)
tree3de0fb6616aec51d95d6d2b58bb41ca5ae8a2ce7 /common.mk
parentaa93df80275b35c50cf028558813a291c4dc18a4 (diff)
downloadruby-6f7a9c225084b59096268af2d2321e8e21f16a69.tar.gz
common.mk: UPDATE_LIBRARIES to yes
* common.mk (UPDATE_LIBRARIES): try to update unicode files by default. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 1253e4415f..1bd8fe8a09 100644
--- a/common.mk
+++ b/common.mk
@@ -995,7 +995,7 @@ extract-gems: PHONY
-e 'Gem.unpack("#{gem}-#{ver}.gem")' \
bundled_gems
-UPDATE_LIBRARIES = no
+UPDATE_LIBRARIES = yes
### set the following environment variable or uncomment the line if
### the Unicode data files are updated every minute.