summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 14:58:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-20 14:58:06 +0000
commita1cd28403370c95f0124edd832dbc50e5ed3a02e (patch)
tree2fceeff14c4e5d8db1b1da263201acd266a46b65 /common.mk
parent89ac9362660c87d695e7322841dab6af6314f63d (diff)
common.mk: disable force download of unicode files by default
* tool/downloader.rb: add -a option to always download regardless existing files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e1beb19462..222c7745cd 100644
--- a/common.mk
+++ b/common.mk
@@ -1089,10 +1089,12 @@ update-gems: PHONY
-e 'Downloader::RubyGems.download(gem)' \
bundled_gems
+# ALWAYS_UPDATE_UNICODE = yes
+
update-unicode: PHONY
$(ECHO) Downloading Unicode data files...
$(Q) $(BASERUBY) -C "$(srcdir)/enc/unicode/data" \
- ../../../tool/downloader.rb unicode \
+ ../../../tool/downloader.rb -e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
enc/unicode/data/UnicodeData.txt \