aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-23 02:50:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-23 02:50:23 +0000
commit9550714057bf9f2b1455bbdcd53fe6623ef48524 (patch)
treeab182f369cdbe4fa47dcb8cd3cc5602445c15c69 /win32
parent08db0f843423e9ffe5859409e18943934a98d331 (diff)
downloadruby-9550714057bf9f2b1455bbdcd53fe6623ef48524.tar.gz
Parallel ext configuration
* ext/configure-ext.mk: configure each directories underneath ext in parallel. * template/exts.mk.tmpl: then collect the results. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index d90f24f7cd..4b819e635d 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1072,7 +1072,9 @@ clean-ext distclean-ext realclean-ext::
) )
distclean-ext realclean-ext::
- -$(Q)$(RM) ext/extinit.c
+ -$(Q)$(RM) ext/extinit.c ext/configure-ext.mk
+ @cd ext && for /D $(EXTS) %I in (.) \
+ do @if exist %I\exts.mk del %I\exts.mk
-$(Q)rmdir ext 2> nul || @
clean-extout: