$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-15 03:50:34
Hi!
I did some changes to Jambase, and noticed that jambase.c is not rebuild.
Looking closer, I see this in build.jam:
if $(debug)
{
.mkjambase jambase.c : Jambase ;
}
Why the conditional? I think that not updating part of tree is not a good idea
in all cases.
- Volodya