On Tue, Jul 9, 2013 at 1:31 PM, Bruce Stephens <bruce.r.stephens@gmail.com> wrote:
Back in 1.53.0, I could do the following:

    ./bootstrap.sh
    (cd tools/bcp; ../../b2)
    bin.v2/.../bcp build filesystem .../temp

Then in .../temp run ./bootstrap.sh and ./b2 to build just filesystem (or whatever else I copied).

In 1.54.0, the copy doesn't build:


I've entered this as ticket #8812. As I note in the ticket, bisection reveals that r81808 causes the problem, but
I've no idea why.