summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-03-28 10:12:11 +0900
committerHiroshi SHIBATA <[email protected]>2025-03-28 11:15:29 +0900
commit589713bcb5cf4b52278a2cd6074d37c897dc79fc ()
treedc860cda2a054777208a56953e1bb7403befe98a /template
parente652af18816ffe0b85109b8de0827349bf03f16d (diff)
Ignore to build C extension for test files of bundled gems
-rw-r--r--template/configure-ext.mk.tmpl4
1 files changed, 3 insertions, 1 deletions
@@ -33,7 +33,9 @@ gems:
% exts.each do |t, (o, dirs)|
% dirs.each do |d|
-% next if Dir.glob("#{srcdir}/#{d}/**/extconf.rb").empty?
<%=t%>: <%=d%>/exts.mk
<%=d%>/exts.mk: FORCE
$(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make='$(MAKE)' \