mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* common.mk (clean-extout): removes extout directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
97de7d1081
commit
0834056aec
4 changed files with 14 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue