- more verbose info for skipping binary build

This commit is contained in:
Mark Vejvoda 2012-09-26 01:09:52 +00:00
parent 5c60317c99
commit c331a645da
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ echo "building binaries ..."
cd $PROJDIR
[[ -d "build" ]] && rm -rf "build"
./build-mg.sh
else
echo "SKIPPING build of binaries ..."
fi
cd $PROJDIR