Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-23 04:32:50


On Friday 17 November 2006 19:41, Daniel Schlyder wrote:
> Vladimir Prus wrote:
> >> 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,
> > I can't reproduce this with up-to-date HEAD.
> >
> > Are you sure you've up-to-date version of Boost.Build and Boost.Jam.
> > Which system is this? Can't there be some upper-case vs. lower-case in
> > names issue?
>
> I just updated from CVS to be sure. "bjam --version" says:
>
> Boost.Build V2 (Milestone 11)
> Boost.Jam 03.1.14
>
> Running the above BB snippet I still get
>
> /E:/libs/boost/boost/format/detail/CVS/Root.bak
>
> as part of the output.
>
> I'm running BJam from a standard command prompt on Windows XP Pro SP2.
> It was compiled with MinGW GCC 3.4.5> .

Daniel,

can you try with the current version of Boost.Build? I've just fixed a bug
that was causing the exclude patterns to be ignored except on top-level
directory -- which seems very much like what you observe.

Thanks,
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