From 11d36a49c7209969043a37e1cf9a666bc9649d8d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 19 Oct 2014 17:18:41 +0000 Subject: [PATCH] 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 46278a7079..5dbd916c6d 100644 --- a/common.mk +++ b/common.mk @@ -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