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