0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 07:23:53 +01:00

boostrap.sh: Pipe down the ./b2 output.

This commit is contained in:
Jason Volk 2016-09-24 02:34:05 -07:00
parent 6d2d5a71f5
commit b090f2d3e4

View file

@ -164,8 +164,8 @@ run git submodule update --init --recursive libs/algorithm
### Install should go right into this local submodule repository
run ./bootstrap.sh --prefix=$PWD --libdir=$PWD/lib --with-libraries=$BLIBS $BSFLAGS
run ./b2 headers -d0
run ./b2 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all
run ./b2 -d0 headers
run ./b2 -d0 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all
### TODO: this shouldn't be necessary.
### XXX: required when boost submodules are fetched and built la carte, but not required