1
0
Fork 0
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:
Nobuyoshi Nakada 2019-09-19 20:31:15 +09:00
parent cbf405fec4
commit b3ddeac33e
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -270,14 +270,6 @@ def extmake(target, basedir = 'ext', maybestatic = true)
end
ensure
Logging::log_close
if error
begin
if File.exist?("mkmf.log")
IO.copy_stream("mkmf.log", STDERR)
end
rescue SystemCallError
end
end
if rbconfig0
RbConfig.module_eval {
remove_const(:CONFIG)