Am 1. Dezember 2015 02:19:10 MEZ, schrieb Matthew Brush <notifications@github.com>:<br>
>> depenencies are globally known to make; for G-P this means that<br>
>plugins don't need to be build in a specific order, but simply as soon<br>
>as possible<br>
><br>
>Is that really a thing even for GP? I have not much clue about how Make<br>
>works, but it seems like since none of the plugins depend on each<br>
>other, they can all already be parallelized and not build in a<br>
>particular order. Is it a Make-ism why this isn't the case?<br>
><br>
>---<br>
>Reply to this email directly or view it on GitHub:<br>
>https://github.com/geany/geany-plugins/pull/277#issuecomment-160816125<br>
<br>
The default recursive automake setup which GP uses prevents this. This is exactly the purpose of this PR, enabling full parallel build.<br>
<br>
Recursive automake processes SUBDIRS in a for loop which can't be done in parallel. This PR does away with SUBDIRSand instead creates proper make targets with complete dependencies. Then the recipes can be build in parallel. 

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/277#issuecomment-160866530">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0v1edFepTo46sfmp_IHCe9IJwwRks5pLTE4gaJpZM4Fg-b2.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/277#issuecomment-160866530"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>