From 86c07e524de6e8b6c2c8f88101e60d64a3a93d30 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Aug 2008 07:28:56 +0000 Subject: * 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 --- bcc32/Makefile.sub | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 6923e4d9e..ae5236e6c 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -552,6 +552,14 @@ distclean-local:: @$(RM) ext\config.cache $(RBCONFIG:/=\) @$(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% \ + ) + ext/extinit.obj: ext/extinit.c $(SETUP) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c -- cgit