$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Documentation toolchain, ease of use
From: Daniel James (dnljms_at_[hidden])
Date: 2011-02-04 13:12:30
On 4 February 2011 16:50, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>
> c) Attempting to default initialize any of
> these tools after they've already been
> initialized should be a no-op. (I think
> this is already true, but I need to check
> again.)
I recently changed fop so that if initialized a second time it
overwrites the initial settings. Glancing at the other tools, it looks
like if they're initialized a second time it's ignored (which seems
wrong to me).
The fop discussion was at:
http://listarchives.boost.org/boost-build/2010/10/24240.php.
Daniel