зеркало из https://github.com/github/ruby.git
* ext/extmk.rb: extout is needed for also clean.
fixed: [ruby-core:08944] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
05c1ab35fc
Коммит
d5195959bf
|
@ -1,4 +1,7 @@
|
||||||
Fri Sep 29 09:29:45 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Sep 29 09:36:38 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/extmk.rb: extout is needed for also clean.
|
||||||
|
fixed: [ruby-core:08944]
|
||||||
|
|
||||||
* lib/optparse.rb (parse_in_order): splat arguments to callback block.
|
* lib/optparse.rb (parse_in_order): splat arguments to callback block.
|
||||||
|
|
||||||
|
|
|
@ -390,8 +390,8 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
if $extout
|
if $extout
|
||||||
|
extout = RbConfig.expand("#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir))
|
||||||
unless $ignore
|
unless $ignore
|
||||||
RbConfig.expand(extout = "#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir))
|
|
||||||
FileUtils.mkpath(extout)
|
FileUtils.mkpath(extout)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче