forked from tTh/FloatImg
cosmetic
This commit is contained in:
parent
5c59dc7ef7
commit
0a5f58867c
6
build.sh
6
build.sh
|
@ -4,7 +4,7 @@
|
|||
|
||||
function build
|
||||
{
|
||||
echo ============= $1 ==============
|
||||
echo "============= $1 =============="
|
||||
curdir=${PWD}
|
||||
cd $1
|
||||
make
|
||||
|
@ -13,7 +13,7 @@ cd ${curdir}
|
|||
|
||||
if [ ${error} -ne 0 ]
|
||||
then
|
||||
echo === error on $1 = ${error}
|
||||
echo "=== error on $1 = ${error}"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ build Fonderie
|
|||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
|
||||
echo "========== Project root ==============="
|
||||
make
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue