aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d91b42ed57..d5a3c3d459 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -432,7 +432,7 @@ clean-ext distclean-ext realclean-ext::
-$(Q)$(RM) ext/extinit.$(OBJEXT)
distclean-ext realclean-ext::
- -$(Q)$(RM) ext/extinit.c
+ -$(Q)$(RM) ext/extinit.c ext/configure-ext.mk ext/*/exts.mk
-$(Q)$(RMDIR) ext 2> /dev/null || true
clean-extout: