mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
config.mk: Added missing data files as targets for prerequisite update_unicode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10cb4ca0c4
commit
27cbf1f50d
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
Mon Oct 20 19:06:06 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
Mon Oct 20 19:54:54 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* tool/downloader.rb: Make sure we update to latest version
|
||||
if network connection is available, but we don't fail if
|
||||
there is no network connection but option -e is set and
|
||||
we already have a version of the file.
|
||||
* config.mk: Added missing data files as targets for
|
||||
prerequisite update_unicode.
|
||||
|
||||
Mon Oct 20 19:06:06 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
|
|
|
@ -1095,7 +1095,9 @@ update-unicode: PHONY
|
|||
../../../tool/downloader.rb -e unicode \
|
||||
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
|
||||
|
||||
enc/unicode/data/UnicodeData.txt: update-unicode
|
||||
enc/unicode/data/UnicodeData.txt \
|
||||
enc/unicode/data/CompositionExclusions.txt \
|
||||
enc/unicode/data/NormalizationTest.txt: update-unicode
|
||||
|
||||
lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \
|
||||
enc/unicode/data/UnicodeData.txt \
|
||||
|
|
Loading…
Reference in a new issue