Boost logo

Boost-Build :

From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2005-04-21 11:16:17


On Thu, Apr 21, 2005 at 02:47:29PM +0400, Vladimir Prus wrote:
> There's one use case I'm not sure about. What if you do:
>
> DIRS = src1 src2 ;
> exe a : [ glob $(DIRS)/a.cpp ] ;
>
> and both src1 and src2 have a file called a.cpp. The above code will compile
> it twice. Is that OK?

That is reasonable, because glob will expand to two
instances of a.cpp.

-- 
Craig Rodrigues 
rodrigc_at_[hidden]
 

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