Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-04-07 04:22:46


[This message is mostly to Andre Hentz]

Andre,
if you recall, when you were fixing searched lib target, you've
added "if" statement to 'searched-lib-generator.run', to workaround
some problem. I've now decided to look what's the problem were,
but when I comment the "if" as shown above, all the tests still pass...

If you could quickly reproduce a problem on your use cases, with "if"
commented, and tell how I can reproduce it, that would be great. If you don't
have the time at the moment or further investigation is needed -- no biggie.
This is non-blocking issue and I'll move to something else.

TIA,
Volodya

P.S. Here's the modified version that still works.

#if $(name)
#{
local t = [ new searched-lib-target $(name) : $(project) : $(shared)
: [ feature.get-values <name> : $(properties) ]
: [ feature.get-values <search> : $(properties) ]
] ;
# attach an action and properties to the target
a = [ new null-action $(t) : $(property-set) ] ;
$(t).action $(a) ;
return $(t) ;
#}

 


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