$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-07-21 11:51:08
Roland Schwarz wrote:
>
> Volodya, will it be hard to change the boost-build rule?
>
I guess yes.
I found this in the Jambase of jam:
# Try to find the build system bootstrap file 'bootstrap.jam'.
#
local bootstrap-file =
[ GLOB $(BOOST_BUILD_PATH) : bootstrap.jam ] ;
.bootstrap-file = $(bootstrap-file[1]) ;
This looks like the actual bootstrap file chosen depends on the
implementation of the GLOB rule. Hmm, perhaps BOOST_BUILD_PATH better be
scanned by a loop and not with GLOB ?
Roland