|
Boost-Build : |
Subject: [Boost-build] Concurrent jobs hints
From: Piotr Jachowicz (pjachowi_at_[hidden])
Date: 2010-12-08 15:31:27
Hello,
My build contains approx. 30 projects and I usually invoke "bjam -j4" for
concurrent builds. The problem is that 5 projects (called schema projects) use
external tool for genearing code, and this tools cannot be invoked concurrently.
Is there any way to provide some hint to bjam to prevent building many schema
project concurrently?
Currently I perform some work-around and invoke
bjam schema1
...
bjam schema5
bjam -j4
but it makes redundant builds
-- Regards, Piotr Jachowicz
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk