mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Removed mkmf.log dump in Makefile
This commit is contained in:
parent
66c644da5e
commit
df3fd50717
2 changed files with 5 additions and 8 deletions
|
@ -271,9 +271,11 @@ def extmake(target, basedir = 'ext', maybestatic = true)
|
|||
ensure
|
||||
Logging::log_close
|
||||
if error
|
||||
STDERR.print("#{message}\n\t#{error.backtrace.join("\n\t")}\n")
|
||||
if File.exist?("mkmf.log")
|
||||
IO.copy_stream("mkmf.log", STDERR)
|
||||
begin
|
||||
if File.exist?("mkmf.log")
|
||||
IO.copy_stream("mkmf.log", STDERR)
|
||||
end
|
||||
rescue SystemCallError
|
||||
end
|
||||
end
|
||||
if rbconfig0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue