$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-04-16 07:36:37
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,
toon