<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7161">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Build System: Disable parallel make in the root Makefile.<br><br>This ensures that the root Makefile runs only a single target at a time.<br>SUBMAKE will still honor requested parallelism, so 'make -j8' will build<br>one directory at a time but allow 8 jobs at once when building a sub<br>directory.<br><br>This will fix some display glitches related to rebuild of XML<br>documentation.  It will also prevent some edge case errors where<br>bundled pjproject needs to be rebuild before other parts of Asterisk.<br><br>Change-Id: I4f2ec6fbbec1ada0ccb1109a28ea303524239b1e<br>---<br>M Makefile<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/61/7161/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index 659ffed..5dcbf0e 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -1112,3 +1112,6 @@<br> <br> FORCE:<br> <br>+# This only stops targets within the root Makefile from building in parallel.<br>+.NOTPARALLEL:<br>+<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7161">change 7161</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7161"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4f2ec6fbbec1ada0ccb1109a28ea303524239b1e </div>
<div style="display:none"> Gerrit-Change-Number: 7161 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>