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:
parent
963f1bd990
commit
11d36a49c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue