summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-25 02:23:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-25 02:23:47 +0000
commita0fcd60b7dba218fdb79fb8cf07160ae05e84995 (patch)
tree5d6843c518629e533dcfed83b277fce0332b1abd /win32
parentc1cf1b3ce63a2bcd3f2c4c275bab144dd0e4b6ec (diff)
downloadruby-a0fcd60b7dba218fdb79fb8cf07160ae05e84995.tar.gz
ruby-a0fcd60b7dba218fdb79fb8cf07160ae05e84995.tar.xz
ruby-a0fcd60b7dba218fdb79fb8cf07160ae05e84995.zip
* common.mk (clean-extout): removes extout directory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 4092b3c73..28542a187 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -712,6 +712,9 @@ clean-local::
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) ext\ripper\y.output
+clean:
+ @-rmdir $(EXTOUT:/=\)\$(arch)
+
distclean-local::
@$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc