aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-21 03:06:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-21 03:06:50 +0000
commit90ae4b364b91c505e708b468d22d1ee940640356 (patch)
tree392ce666c14f4bb33511dfc3a1c5016dd2006e41 /lib
parent6683940715a917e79050e01e0f02c9642c8ffa00 (diff)
downloadruby-90ae4b364b91c505e708b468d22d1ee940640356.tar.gz
* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 529567a71d..0bc9f19293 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1497,6 +1497,7 @@ def init_mkmf(config = CONFIG)
$LOCAL_LIBS = ""
$cleanfiles = config_string('CLEANFILES') {|s| Shellwords.shellwords(s)} || []
+ $cleanfiles << "mkmf.log"
$distcleanfiles = config_string('DISTCLEANFILES') {|s| Shellwords.shellwords(s)} || []
$extout ||= nil