[asterisk-bugs] [Asterisk 0014797]: [patch] Make. Parallel build on multi CPU host
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Oct 6 11:57:17 CDT 2009
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=14797
======================================================================
Reported By: arkadia
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 14797
Category: Core/BuildSystem
Reproducibility: always
Severity: feature
Priority: normal
Status: resolved
Target Version: 1.6.x Version Tracker
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-03-31 16:10 CDT
Last Modified: 2009-10-06 11:57 CDT
======================================================================
Summary: [patch] Make. Parallel build on multi CPU host
Description:
On multi CPU host you can build project several times faster if you tell
'make' to execute several jobs at a time.
E.g. for dual core PC:
make -j 2
Asterisk Makefile doesn't support -j option too well because of overriding
$(MAKE) variable.
======================================================================
----------------------------------------------------------------------
(0111913) qwell (administrator) - 2009-10-06 11:57
https://issues.asterisk.org/view.php?id=14797#c111913
----------------------------------------------------------------------
This was fixed in svn not too long ago. The approach taken was a little
different, but results are the same.
Issue History
Date Modified Username Field Change
======================================================================
2009-10-06 11:57 qwell Note Added: 0111913
2009-10-06 11:57 qwell Status ready for review =>
resolved
2009-10-06 11:57 qwell Resolution open => fixed
2009-10-06 11:57 qwell Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list