$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-17 16:39:27
On Thursday 16 November 2006 03:28, Rene Rivera wrote:
> I just tried, in HEAD:
>
> cd boost-root
> bjam --v2 -n toolset=gcc --with-thread
>
> I was expecting it to *only* *build* the thread library. Instead, after
> complaining that it can't build some targets, it builds and installs the
> thread library plus all the headers. Neither "stage" nor "install"
> should be implicit in any form. This is not only different from what
> BBv1 does, but is also against what an autoconf "make" does which is
> what we are trying to model as far as build+install goes.
I think one 'explicit' should help ;-)
- Volodya