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
This commit is contained in:
parent
0deeb1aeb6
commit
1616dcb16e
@ -398,7 +398,6 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||||||
"MAJOR"=>api_major_version,
|
"MAJOR"=>api_major_version,
|
||||||
"MINOR"=>api_minor_version,
|
"MINOR"=>api_minor_version,
|
||||||
"TEENY"=>version_teeny,
|
"TEENY"=>version_teeny,
|
||||||
"ALWAYS_UPDATE_UNICODE"=>"yes",
|
|
||||||
}
|
}
|
||||||
status.scan(/^s([%,])@([A-Za-z_][A-Za-z_0-9]*)@\1(.*?)\1g$/) do
|
status.scan(/^s([%,])@([A-Za-z_][A-Za-z_0-9]*)@\1(.*?)\1g$/) do
|
||||||
vars[$2] ||= $3
|
vars[$2] ||= $3
|
||||||
@ -411,15 +410,11 @@ def package(vcs, rev, destdir, tmp = nil)
|
|||||||
|
|
||||||
prepare-package: prereq update-download clean-cache $(CLEAN_CACHE)
|
prepare-package: prereq update-download clean-cache $(CLEAN_CACHE)
|
||||||
clean-cache $(CLEAN_CACHE): after-update
|
clean-cache $(CLEAN_CACHE): after-update
|
||||||
touch-unicode-files: _touch-unicode-files
|
|
||||||
update-download:: touch-unicode-files
|
|
||||||
update-download:: update-gems
|
update-download:: update-gems
|
||||||
after-update:: extract-gems
|
after-update:: extract-gems
|
||||||
extract-gems: update-gems
|
extract-gems: update-gems
|
||||||
update-gems:
|
update-gems:
|
||||||
_touch-unicode-files:
|
$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: update-unicode
|
||||||
$(MAKEDIRS) $(UNICODE_SRC_DATA_DIR)
|
|
||||||
touch $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time $(UNICODE_DATA_HEADERS)
|
|
||||||
APPEND
|
APPEND
|
||||||
open(clean.add("Makefile"), "w") do |f|
|
open(clean.add("Makefile"), "w") do |f|
|
||||||
f.puts mk
|
f.puts mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user