Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-05-26 10:48:44


At 10:58 AM 5/26/2003, Rene Rivera wrote:

>>Ideas?
>
>Yes, since it's a hack, I didn't consider sources with paths in them :-)
>You
>just need to remove the path part, in adition to the grist part, when
>testing the files. So the current test:
>
> if $(>:G=) in $(NO_WARN) { WARN on $(<) = "" ; }
>
>Becomes:
>
> if $(>:G=:D=) in $(NO_WARN) { WARN on $(<) = "" ; }

OK, that fixed it. Works great.

Many thanks,

--Beman

 


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