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
commit6c77004900df83e560206c05e8ae6aa9a0e08365 (patch)
tree3de0fb6616aec51d95d6d2b58bb41ca5ae8a2ce7 /common.mk
parentf78ab819bff8e45b12edf2739120add04a8b1c84 (diff)
downloadruby-6c77004900df83e560206c05e8ae6aa9a0e08365.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.