aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-28 05:31:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-28 05:31:25 +0000
commit4bda6d010147e0d55db47e4440b86c59ebfb72fb (patch)
tree723771e10feb9952cd3bced407fd1126729fab22 /template
parentb950982c5f2baf9f4025d63fea0ce0e6f1585e9e (diff)
downloadruby-4bda6d010147e0d55db47e4440b86c59ebfb72fb.tar.gz
extmk.rb: remove clean and install mode
* ext/extmk.rb (parse_args): remove clean and install mode, now configure mode only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/configure-ext.mk.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl
index 069b58a571..3f432217eb 100644
--- a/template/configure-ext.mk.tmpl
+++ b/template/configure-ext.mk.tmpl
@@ -35,7 +35,7 @@ gems:
<%=dir%>/exts.mk: FORCE
$(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make='$(MAKE)' \
--command-output=$@ $(EXTMK_ARGS) <%=opt%> \
- -- subconfigure $(@D)
+ -- configure $(@D)
% end
% end