summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-08 09:49:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-08 09:49:49 +0000
commit1616dcb16ef34ebf4ffc2167292f9a779f3e121e (patch)
tree70b6cee3fda7a4f0a9043bfe62d4af7f448a09f8 /tool
parent0deeb1aeb6ab9c35454a64a4da0eeb587a4f2c65 (diff)
make-snapshot: try downloading Unicode files
[Bug #15593] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot7
1 files changed, 1 insertions, 6 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index ffd869deaf..6ec86b805e 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -398,7 +398,6 @@ def package(vcs, rev, destdir, tmp = nil)
"MAJOR"=>api_major_version,
"MINOR"=>api_minor_version,
"TEENY"=>version_teeny,
- "ALWAYS_UPDATE_UNICODE"=>"yes",
}
status.scan(/^s([%,])@([A-Za-z_][A-Za-z_0-9]*)@\1(.*?)\1g$/) do
vars[$2] ||= $3
@@ -411,15 +410,11 @@ def package(vcs, rev, destdir, tmp = nil)
prepare-package: prereq update-download clean-cache $(CLEAN_CACHE)
clean-cache $(CLEAN_CACHE): after-update
-touch-unicode-files: _touch-unicode-files
-update-download:: touch-unicode-files
update-download:: update-gems
after-update:: extract-gems
extract-gems: update-gems
update-gems:
-_touch-unicode-files:
- $(MAKEDIRS) $(UNICODE_SRC_DATA_DIR)
- touch $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time $(UNICODE_DATA_HEADERS)
+$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: update-unicode
APPEND
open(clean.add("Makefile"), "w") do |f|
f.puts mk