summaryrefslogtreecommitdiff
path: root/template/configure-ext.mk.tmpl
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-04 17:55:59 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-04 20:03:14 +0900
commitbac6e8ca5d8f6bc45984d12ddad55d3d876d4324 (patch)
tree55eba8bf2bd94fe260a2e9f2838bb96021d49e76 /template/configure-ext.mk.tmpl
parente8dde4635928b3a3ac7d94530ae643fbac595d26 (diff)
Stop building extension gems for now
Extension gems will be installed by the installed standard libraries.
Diffstat (limited to 'template/configure-ext.mk.tmpl')
-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 8ba6b963e3..6636a7759c 100644
--- a/template/configure-ext.mk.tmpl
+++ b/template/configure-ext.mk.tmpl
@@ -27,7 +27,7 @@ SCRIPT_ARGS = <%=script_args.gsub("#", "\\#")%>
EXTMK_ARGS = $(SCRIPT_ARGS) --gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \
--make-flags="MINIRUBY='$(MINIRUBY)'"
-all: exts gems
+all: exts # gems
exts:
gems: