Ticket #8812: build_filesystem

File build_filesystem, 237 bytes (added by Bruce Stephens <bruce.r.stephens@…>, 9 years ago)

Script to show the problem (run in a boost directory)

Line 
1#!/bin/sh -e
2
3./bootstrap.sh
4(cd tools/bcp; ../../b2)
5
6test -d filesystem-build || mkdir filesystem-build
7
8$(find bin.v2 -name bcp -type f -perm -1) --boost=$PWD build filesystem filesystem-build
9
10cd filesystem-build
11./bootstrap.sh
12./b2