зеркало из https://github.com/github/ruby.git
common.mk (UNICODE_DOWNLOAD): set cache directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
213fa8ec43
Коммит
cb0f3183cb
|
@ -1174,9 +1174,11 @@ UNICODE_PROPERTY_FILES = \
|
|||
|
||||
update-unicode: $(UNICODE_FILES)
|
||||
|
||||
CACHE_DIR = $(srcdir)/.downloaded-cache
|
||||
UNICODE_DOWNLOAD = \
|
||||
$(BASERUBY) -C "$(srcdir)" tool/downloader.rb \
|
||||
-d $(UNICODE_DATA_DIR) \
|
||||
$(BASERUBY) $(srcdir)/tool/downloader.rb \
|
||||
--cache-dir=$(CACHE_DIR) \
|
||||
-d $(srcdir)/$(UNICODE_DATA_DIR) \
|
||||
-p $(UNICODE_VERSION)/ucd \
|
||||
-e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче