mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "DEBUG: dump mkmf.log"
This reverts commit 69e209a345
.
The debug has finishted.
This commit is contained in:
parent
cbf405fec4
commit
b3ddeac33e
1 changed files with 0 additions and 8 deletions
|
@ -270,14 +270,6 @@ def extmake(target, basedir = 'ext', maybestatic = true)
|
||||||
end
|
end
|
||||||
ensure
|
ensure
|
||||||
Logging::log_close
|
Logging::log_close
|
||||||
if error
|
|
||||||
begin
|
|
||||||
if File.exist?("mkmf.log")
|
|
||||||
IO.copy_stream("mkmf.log", STDERR)
|
|
||||||
end
|
|
||||||
rescue SystemCallError
|
|
||||||
end
|
|
||||||
end
|
|
||||||
if rbconfig0
|
if rbconfig0
|
||||||
RbConfig.module_eval {
|
RbConfig.module_eval {
|
||||||
remove_const(:CONFIG)
|
remove_const(:CONFIG)
|
||||||
|
|
Loading…
Add table
Reference in a new issue