mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
* */Makefile.sub (distclean-local): should remove $(RBCONFIG).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39cac947b1
commit
8d9587fb81
@ -1,3 +1,7 @@
|
||||
Thu Apr 22 10:07:01 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* */Makefile.sub (distclean-local): should remove $(RBCONFIG).
|
||||
|
||||
Thu Apr 22 04:17:57 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_mod_define_method): allow binding methods to modules.
|
||||
|
||||
@ -419,7 +419,7 @@ clean-local::
|
||||
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
|
||||
|
||||
distclean-local::
|
||||
@$(RM) ext\config.cache
|
||||
@$(RM) ext\config.cache $(RBCONFIG:/=\)
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
|
||||
|
||||
|
||||
@ -413,7 +413,7 @@ clean-local::
|
||||
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
|
||||
|
||||
distclean-local::
|
||||
@$(RM) ext\config.cache
|
||||
@$(RM) ext\config.cache $(RBCONFIG:/=\)
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
|
||||
|
||||
|
||||
@ -430,7 +430,7 @@ clean-local::
|
||||
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
|
||||
|
||||
distclean-local::
|
||||
@$(RM) ext\config.cache
|
||||
@$(RM) ext\config.cache $(RBCONFIG:/=\)
|
||||
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
|
||||
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user