1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2014-10-19 17:18:41 +00:00
parent 963f1bd990
commit 11d36a49c7

View file

@ -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