mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
exts.mk.tmpl: fix multiple rubies
* template/exts.mk.tmpl: get rid of making multiple rubies simultaneously. it can cause making libruby in parallel. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
42624856a8
commit
9ab667b856
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ distclean:
|
|||
<%= ruby %>:
|
||||
$(Q)$(MAKE)<%=mflags%> $(SUBMAKEOPTS) $@
|
||||
% end
|
||||
% if rubies.size > 1
|
||||
<%= rubies[1..-1].join(' ')%>: <%= rubies[0] %>
|
||||
% end
|
||||
|
||||
libencs:
|
||||
$(Q)$(MAKE)<%=mflags%> -f enc.mk V=$(V) $@
|
||||
|
|
Loading…
Reference in a new issue