Boost logo

Boost-Build :

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


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk