[asterisk-bugs] [Asterisk 0014797]: [patch] Make. Parallel build on multi CPU host
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 2 02:58:56 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14797
======================================================================
Reported By: arkadia
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14797
Category: Core/BuildSystem
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-31 16:10 CDT
Last Modified: 2009-04-02 02:58 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.
======================================================================
----------------------------------------------------------------------
(0102602) arkadia (reporter) - 2009-04-02 02:58
http://bugs.digium.com/view.php?id=14797#c102602
----------------------------------------------------------------------
Here is Asterisk build time stats from my pc:
> make clean; time make
real 3m31.413s
user 3m16.896s
sys 0m15.301s
> make clean; time make -j 2
real 1m48.100s
user 3m13.608s
sys 0m13.861s
Issue History
Date Modified Username Field Change
======================================================================
2009-04-02 02:58 arkadia Note Added: 0102602
======================================================================
More information about the asterisk-bugs
mailing list