$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-01-20 06:56:54
Hi Cédric,
> I create a little test project to show the rebuilding.
> Maybe it will help to explain to me why there is a rebuild...
>
> To run the test, run bjam from top-level, change nothing, and re-run bjam.
For me (gcc/Linux/CVS HEAD), the second re-run does not build anything. Do you
simply invoke "bjam" from top-level, without any options? What toolset do you
use?
Can you, for the second invocation, pass the -d+12 option to bjam, and showme
the result?
- Volodya