$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2006-07-06 08:01:01
Vladimir Prus wrote:
> If it's fine with everybody, I can make the warning appear only when the
> library is actually built.
That's great, but isn't the core issue that all the lib Jamfiles are
being read just by doing
use-project /boost : .. ;
? Can't use-project be lazy somehow? Just depending on a single Boost
library now adds several seconds to the BB startup time. It seems to me
that this can't scale very well.
-- Daniel Wallin