Boost logo

Boost-Build :

Subject: Re: [Boost-build] Getting product dependencies from bjam
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-12-16 11:57:45


AMDG

On 12/16/2013 08:41 AM, Mark E. Hamilton wrote:
> <snip>
> Is there way to get bjam to output a list of all dependencies of a
> specified target in a format that we could then parse to extract the
> top-level product and TPLs required to build that target? My first
> thought was this:
>
> bjam -d1 -k -a -n .. /some//target | sed parse_my_products
>
> but like my manual attempt it only produces a list of things that
> actually generate objects. Any guidance would be appreciated. Thanks.
>

You can try -d+12 which dumps the full dependency
graph.

In Christ,
Steven Watanabe


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