mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkconfig.rb: add teeny to CONFIG['ruby_version'].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
835c8d9d48
commit
8fd4044446
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 24 16:18:57 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* mkconfig.rb: add teeny to CONFIG['ruby_version'].
|
||||
|
||||
Mon Dec 24 15:55:50 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.
|
||||
|
|
|
@ -138,7 +138,7 @@ end
|
|||
print(*v_fast)
|
||||
print(*v_others)
|
||||
print <<EOS
|
||||
CONFIG["ruby_version"] = "$(MAJOR).$(MINOR)"
|
||||
CONFIG["ruby_version"] = "$(MAJOR).$(MINOR).$(TEENY)"
|
||||
CONFIG["rubylibdir"] = "$(libdir)/ruby/$(ruby_version)"
|
||||
CONFIG["archdir"] = "$(rubylibdir)/$(arch)"
|
||||
CONFIG["sitelibdir"] = "$(sitedir)/$(ruby_version)"
|
||||
|
|
Loading…
Add table
Reference in a new issue