diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-07 07:28:56 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-07 07:28:56 +0000 |
| commit | 86c07e524de6e8b6c2c8f88101e60d64a3a93d30 (patch) | |
| tree | 214a154c3528d20a4e47ba478f67bba47c92c71e /win32 | |
| parent | 948632e3c39b65cd756c7d3f9bc21b28a9149616 (diff) | |
| download | ruby-86c07e524de6e8b6c2c8f88101e60d64a3a93d30.tar.gz ruby-86c07e524de6e8b6c2c8f88101e60d64a3a93d30.tar.xz ruby-86c07e524de6e8b6c2c8f88101e60d64a3a93d30.zip | |
* Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do not
use miniruby.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index bb8f6daeb..a12eb6387 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -710,6 +710,14 @@ distclean-local:: @$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc +clean-ext distclean-ext realclean-ext:: + @for /R ext %I in (.) do @if exist %I\Makefile ( \ + echo $(@:-ext=)ing %~nI & \ + cd %I & \ + $(MAKE) $(MFLAGS) $(@:-ext=) & \ + cd %CD% \ + ) + $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb @$(MINIRUBY) $(srcdir)/win32/resource.rb \ -ruby_name=$(RUBY_INSTALL_NAME) \ |
