summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-11 17:41:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-11 17:41:53 +0000
commitb65b392e9619d962e5474a35673ec75637990168 (patch)
tree29b0369126abbc095f489cbcbab7906fd0ac5348 /common.mk
parentd91b502dec264ba12a8df852fae9314f520d93ab (diff)
tables.rb: add
* lib/unicode_normalize/tables.rb: commit not to download and convert Unicode data files every time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48386 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 746e7b1062..acc3beda12 100644
--- a/common.mk
+++ b/common.mk
@@ -1100,7 +1100,7 @@ update-gems: PHONY
-e 'Downloader::RubyGems.download(gem)' \
bundled_gems
-UPDATE_LIBRARIES = yes
+UPDATE_LIBRARIES = no
### set the following environment variable or uncomment the line if
### the Unicode data files are updated every minute.