mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extmk.rb: fix mixing mkmf.log
* ext/extmk.rb (extmake): close mkmf.log for each libraries so that failure messages are not mixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f0a229b69b
commit
3677a68d81
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Nov 27 09:59:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/extmk.rb (extmake): close mkmf.log for each libraries so that
|
||||||
|
failure messages are not mixed.
|
||||||
|
|
||||||
Tue Nov 27 09:58:48 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Nov 27 09:58:48 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ext/digest/*/extconf.rb, ext/openssl/extconf.rb: get git rid of
|
* ext/digest/*/extconf.rb, ext/openssl/extconf.rb: get git rid of
|
||||||
|
|
|
@ -201,6 +201,7 @@ def extmake(target)
|
||||||
begin
|
begin
|
||||||
load $0 = conf
|
load $0 = conf
|
||||||
ensure
|
ensure
|
||||||
|
Logging::log_close
|
||||||
$stderr.reopen(stderr)
|
$stderr.reopen(stderr)
|
||||||
$stdout.reopen(stdout)
|
$stdout.reopen(stdout)
|
||||||
stdout.close
|
stdout.close
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue