Boost logo

Boost-Build :

From: Daniel Schlyder (daniel_at_[hidden])
Date: 2006-10-28 18:21:27


Rene Rivera wrote:
> It's the same syntax used for the GLOB builtin, as that's what it calls.
> So I think it would be "*.svn". I'm not sure why ".svn" isn't working
> for you though.

import path ;
ECHO [ path.glob-tree /path/to/boost/boost/format : *.* : *CVS* ] ;

should only output files in the boost/format and boost/format/detail
directories of the Boost distribution, correct?

It also outputs files in boost/format/detail/CVS. It does exclude those
in boost/format/CVS, though.

-- 
Daniel Schlyder

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