summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-04-01 13:34:51 +0000
committerDavid M. Lee <dlee@digium.com>2013-04-01 13:34:51 +0000
commit2d45dbc79bf3f65a1b74edfa27f4602a4ef68dd7 (patch)
treef019e38cd7a3dff2a848060e01527fe898c0c9bc /main
parentad191ebfcd1a3cf05c10d68cc1aba06ee833253d (diff)
Fix parallel make problems.
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. Review: https://reviewboard.asterisk.org/r/2418/ ........ Merged revisions 384410 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 384411 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
0 files changed, 0 insertions, 0 deletions