Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-21 05:47:29


Hi Craig,

> Do you have a test for "glob" in your testsuite
> which is equivalent to the VPATH stuff which
> I mentioned on the mailing list a few days
> ago?

We do have glob.py test, and I've just added another testcase for absolute
paths -- which used to break before. As for VPATH stuff -- what do you mean,
specifically.

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?

- Volodya

 


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