Make the bootstrap-script compile the Bazaar as well (fix failing cfMesh-tests)
This commit is contained in:
parent
536e4c7aef
commit
9c886f6d51
1 changed files with 4 additions and 0 deletions
|
@ -32,3 +32,7 @@ source etc/bashrc
|
||||||
# compile swak4Foam
|
# compile swak4Foam
|
||||||
cd $WM_THIRD_PARTY_DIR
|
cd $WM_THIRD_PARTY_DIR
|
||||||
./AllMake.stage5 2>&1 | tee --append $BOOTSTRAPLOG
|
./AllMake.stage5 2>&1 | tee --append $BOOTSTRAPLOG
|
||||||
|
|
||||||
|
# compile the Bazaar
|
||||||
|
cd $WM_PROJECT_DIR/extend-bazaar
|
||||||
|
./Allwmake 2>&1 | tee --append $BOOTSTRAPLOG
|
||||||
|
|
Reference in a new issue