diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-09-19 12:23:55 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-09-19 12:25:48 +0900 |
commit | df3fd5071742397c7c5b908d0632f17aa79c2b51 () | |
tree | 4713955db587bf62a6896239892f1dca8498d1bf /ext/extmk.rb | |
parent | 66c644da5e80258bb3217941223d923f923c3548 (diff) |
Removed mkmf.log dump in Makefile
-rwxr-xr-x | ext/extmk.rb | 8 |
1 files changed, 5 insertions, 3 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) end end if rbconfig0 |