mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update Unicode files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a67788b2f3
commit
910b13fe51
2 changed files with 1 additions and 1 deletions
|
@ -398,6 +398,7 @@ 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
|
||||||
|
|
|
@ -30,7 +30,6 @@ s,@RMDIR@,rmdir,g
|
||||||
s,@RMDIRS@,$(RMDIR) -p,g
|
s,@RMDIRS@,$(RMDIR) -p,g
|
||||||
s,@RUBY@,$(BASERUBY),g
|
s,@RUBY@,$(BASERUBY),g
|
||||||
s,@RUNRUBY@,$(MINIRUBY),g
|
s,@RUNRUBY@,$(MINIRUBY),g
|
||||||
s,@UNICODE_FILES@,,g
|
|
||||||
s,@arch@,noarch,g
|
s,@arch@,noarch,g
|
||||||
s,@bindir@,,g
|
s,@bindir@,,g
|
||||||
s,@configure_args@,,g
|
s,@configure_args@,,g
|
||||||
|
|
Loading…
Reference in a new issue