[asterisk-dev] [Code Review] 2418: Fix parallel make problems

David Lee reviewboard at asterisk.org
Thu Mar 28 16:48:44 CDT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2418/
-----------------------------------------------------------

Review request for Asterisk Developers and Shaun Ruffell.


Summary (updated)
-----------------

Fix parallel make problems


Repository: Asterisk


Description (updated)
-------

Occasionally, make -j would fail due to missing includes, or other
unusual errors.

This was due to the 'cleantest' target, which was designed to force a
make clean when some change in the code would cause the typical
depedency checking to fail. Several targets in the main Makefile did
not depend upon cleantest, hence would run in parallel to it. By
adding the dependency, make -j runs happily now.


Diffs (updated)
-----

  /branches/1.8/Makefile 384301 

Diff: https://reviewboard.asterisk.org/r/2418/diff/


Testing (updated)
-------

sruffel ran 13 make -j10 builds which failed consistently before the patch, and worked fine afterwards.


Thanks,

David Lee

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130328/44c73b22/attachment-0001.htm>


More information about the asterisk-dev mailing list