$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Generating multiple CPP/H targets from a singlesource
From: Juraj IvanÄiÄ (juraj.ivancic_at_[hidden])
Date: 2010-08-18 05:39:16
On 17.8.2010 16:24, Fabien Chêne wrote:
> Here is the bjam output when adding the below lines in user-config.jam:
> /xusers/fc01260/Bjam/boost-build/engine/src/bin.linuxx86_64/bjam
> /xusers/fc01260/Bjam/boost-build/engine/src/bin.linuxx86_64/bjam --hash
>
> So, it does something for sure, but it does not seem to be correctly
> forwarded to Boost.Build.
It turns out that this trick indeed does not work. The reason why I
have hashes turned on is because I tweaked property-set.jam so that
hashing paths is default. And I forgot that I ever did that :) Sorry
for the confusion. I attached the patch in case you want to do the
same.