mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
05c1ab35fc
commit
d5195959bf
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -390,8 +390,8 @@ else
|
|||
end
|
||||
|
||||
if $extout
|
||||
extout = RbConfig.expand("#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir))
|
||||
unless $ignore
|
||||
RbConfig.expand(extout = "#{$extout}", RbConfig::CONFIG.merge("topdir"=>$topdir))
|
||||
FileUtils.mkpath(extout)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue