updte submoduiles before building

This commit is contained in:
Enno Rehling 2015-07-11 14:33:09 +02:00
parent 434923ec67
commit a2b41eda63
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ if [ ! -d $ROOT/$BIN_DIR ]; then
exit exit
fi fi
git submodule update
cd $ROOT/$BIN_DIR cd $ROOT/$BIN_DIR
make $MAKEOPTS && make test make $MAKEOPTS && make test
cd $OLDPWD cd $OLDPWD