$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2005-01-20 05:36:55
Alan Gutierrez wrote:
>
> Is this OTOH?
?
> If a platform doesn't even have Python, wouldn't
> be better if didn't even have Python 2.2 instead of Python 1.5.2?
That is my point. We can use a recent version of python since I suppose
recent versions support the same platforms as older version (probably
even more). For all platforms that do not have python, we'll just
recover all build instructions into a script.
>
> Is the script script generation scripted in BBv2, or is it part
> of bjam?
The '-n' flag is standard in BBv2. Flushing everything to a script does
not need to be supported explicitly, all platforms support redirection
of the standard output.