From 2ce5ff1ac1f24f53d713090a54e959d18b3c5f7b 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: svn+ssh://ci.ruby-lang.org/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 6923e4d9e5..ae5236e6c5 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 v1.2.3