Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-04-16 10:22:13


Toon Knapen wrote:
> My bjam project contains libraries and executables.
> I can now only build the libraries using 'bjam lib'. But afterwards I
> also want to trigger the "stage" rules for installing the libraries
> without triggering the compilation of the executables. How can I do that?
>
> The only way to trigger the stage rules is to perform a plain 'bjam' but
> this will also trigger the compilation of the executables.
>
> Thanks for any help in advance,

You should be able to give the name of the stage as a target on the bjam
invocation. And you can change the name of the target for a stage by adding
"<target>some-name" as a requirement. To not have the stage build by default
you should add "<suppress>true" to its requirements.

HTH.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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