ruby-changes:35953
From: nobu <ko1@a...>
Date: Mon, 20 Oct 2014 02:18:52 +0900 (JST)
Subject: [ruby-changes:35953] nobu:r48034 (trunk): common.mk: use existing files
nobu 2014-10-20 02:18:41 +0900 (Mon, 20 Oct 2014) New Revision: 48034 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48034 Log: common.mk: use existing files * common.mk (update-unicode): use downloaded files if existing, not to require network connection always. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 48033) +++ common.mk (revision 48034) @@ -1092,7 +1092,7 @@ update-gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1092 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/