Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-08-09 11:22:26


Frank Birbacher wrote:

> Hi!
>
> I'm using boost build v2 from the sandbox svn:
> URL: http://svn.boost.org/svn/boost/trunk/tools/build/v2
> Revision: 38489
> And bjam (built from cvs somewhen):
> Boost.Jam Version 3.1.15. OS=LINUX.
>
> I have a main.cpp with some program and the following Jamroot:
>
> exe main : main.cpp ;
> ALWAYS main ;
> install all : main : <location>dist ;

ALWAYS is low-level bjam builtin that applies to low-level
bjam targets. It does not work for Boost.Build targets.
I'm afraid we don't have any easy way to get this functionality.

- Volodya


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