summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 17:18:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 17:18:41 +0000
commit11d36a49c7209969043a37e1cf9a666bc9649d8d (patch)
tree8db5d4c2d440b2df0aad85ae40ee1ddc16fdfbfd /common.mk
parent963f1bd99084a82b6831455c612a82238eaf08b4 (diff)
common.mk: use existing files
* common.mk (update-unicode): use downloaded files if existing, not to require network connection always. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48034 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 46278a7079..5dbd916c6d 100644
--- a/common.mk
+++ b/common.mk
@@ -1092,7 +1092,7 @@ update-gems: PHONY
update-unicode: PHONY
$(ECHO) Downloading Unicode data files...
$(Q) $(BASERUBY) -C "$(srcdir)/enc/unicode/data" \
- ../../../tool/downloader.rb unicode \
+ ../../../tool/downloader.rb -e unicode \
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
enc/unicode/data/UnicodeData.txt: update-unicode