diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-25 02:23:47 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-25 02:23:47 +0000 |
| commit | a0fcd60b7dba218fdb79fb8cf07160ae05e84995 (patch) | |
| tree | 5d6843c518629e533dcfed83b277fce0332b1abd /win32 | |
| parent | c1cf1b3ce63a2bcd3f2c4c275bab144dd0e4b6ec (diff) | |
| download | ruby-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.sub | 3 |
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 |
