From cb0f3183cb49a2b5c6df309676d7e558ab074c2c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Oct 2017 03:46:59 +0000 Subject: common.mk (UNICODE_DOWNLOAD): set cache directory git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 840875b125..2eddfa53f6 100644 --- a/common.mk +++ b/common.mk @@ -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 -- cgit v1.2.3