Make the bootstrap-script compile the Bazaar as well (fix failing cfMesh-tests)

This commit is contained in:
Bernhard Gschaider 2014-11-14 13:31:19 +01:00 committed by Dominik Christ
parent 536e4c7aef
commit 9c886f6d51

View file

@ -32,3 +32,7 @@ source etc/bashrc
# compile swak4Foam
cd $WM_THIRD_PARTY_DIR
./AllMake.stage5 2>&1 | tee --append $BOOTSTRAPLOG
# compile the Bazaar
cd $WM_PROJECT_DIR/extend-bazaar
./Allwmake 2>&1 | tee --append $BOOTSTRAPLOG