Boost logo

Boost-Build :

From: Christopher Currie (Christopher_at_[hidden])
Date: 2003-08-06 16:10:34


> How can I say "make all" in boost,build-v2.
>
> Perforce jam knows the "all" pseudotarget, but in boost.build, it
> doesn't work.

The definition of 'all' depends on the context of where you run bjam. By
default, BBv2 builds all of the targets defined in the current project,
which is defined by the Jamfile[.v2] of the current working directory.
If you want to build the targets of another project, specify this
explicitly:

build-project path/to/my/other/project ;

You would need to do this for each project you want to build.

 


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