Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-19 05:18:42


On Friday 18 November 2005 23:25, Ryan Gallagher wrote:

> utiliy.jam
> + rule convert_source_to_target_name ( name )
> + {
> + import path ;
> + name = [ path.native $(name:S=) ] ;
> +
> + # I'm guessing that this is the intent due to generators.jam : 420
> + if [ path.is-rooted $(name) ]
> + {
> + name = $(path:D=) ;

FYI, this appear to be using undefined variable 'path'. I'm looking at this
issue no, so no action is required at your part, but I thought I'd mention
this anyway.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

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