$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-07-30 13:59:10
Okay, now it's my turn to propose something to sneak into 1.36.0
at the last minute. Fortunately, it's only documentation change.
For quite a while, both getting-started, and bjam --help mentioned
--toolset option. This in practice, resulted in folks getting wrong
analogy and trying to use --variant=debug --link=shared, etc. We agreed
(on Boost.Build list), in principle, that we better remove --toolset
from documentation, and use 'toolset=' instead -- which has exactly
the same effect.
So, I would like to commit the following Jamroot change to HEAD and
merge to release branch. Any objections? I also would like to see
the issue filed against getting-started:
http://svn.boost.org/trac/boost/ticket/2050
fixed, and can provide a patch assuming release manager is fine with
having this doc tweak merged into release branch, too.
Opinions?
Thanks,
Volodya