summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-05 02:24:40 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-05 02:24:40 +0000
commitc7b20263a2f49de507a8009ba8490fdbfe634d1f (patch)
tree898e46bfd029bc8ce9b5dbe06a34108148a52ed7 /lib
parent3a0f79267e5a424904146fe95b678b6581512373 (diff)
* lib/mkmf.rb (xsystem): mkmf.log.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index b5f60c56cf..db2c1d2d87 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -123,7 +123,7 @@ def xsystem command
puts command
return system(command)
end
- logfile = $extmk ? File.join($topdir, 'ext', 'extmk.log') : 'mkmf.rb'
+ logfile = $extmk ? File.join($topdir, 'ext', 'extmk.log') : 'mkmf.log'
$log ||= open(logfile, 'w')
$stderr.reopen($log)
$stdout.reopen($log)