mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Configure only directories having extconf.rb
This commit is contained in:
parent
1e7c0ccb0d
commit
aa21a775a6
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ 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)' \
|
||||
|
|
Loading…
Reference in a new issue