check result-value of make
This commit is contained in:
parent
5a0e122d91
commit
106f71b816
@ -74,10 +74,7 @@ printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
|
|||||||
|
|
||||||
for f in ${bines}; do rm $f; done
|
for f in ${bines}; do rm $f; done
|
||||||
|
|
||||||
make PLATFORM=${platform} clean
|
make PLATFORM=${platform} clean all strip docs || (echo "Error $?" ; exit)
|
||||||
make PLATFORM=${platform}
|
|
||||||
make PLATFORM=${platform} strip
|
|
||||||
make docs
|
|
||||||
|
|
||||||
for i in ${bines} ; do
|
for i in ${bines} ; do
|
||||||
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
|
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
|
||||||
|
@ -44,10 +44,7 @@ printf -- '-----------------------------\r\n' >>${dizfile}
|
|||||||
printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
|
printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
|
||||||
|
|
||||||
for f in ${bines}; do rm $f; done
|
for f in ${bines}; do rm $f; done
|
||||||
make PLATFORM=${platform} clean
|
make PLATFORM=${platform} clean all strip docs || (echo "Error $?" ; exit)
|
||||||
make PLATFORM=${platform}
|
|
||||||
make PLATFORM=${platform} strip
|
|
||||||
make docs
|
|
||||||
|
|
||||||
for i in ${bines} ; do
|
for i in ${bines} ; do
|
||||||
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
|
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
|
||||||
|
@ -45,10 +45,7 @@ printf -- '-----------------------------\r\n' >>${dizfile}
|
|||||||
printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
|
printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
|
||||||
|
|
||||||
for f in ${bines}; do rm $f; done
|
for f in ${bines}; do rm $f; done
|
||||||
make clean
|
make clean all strip docs || (echo "Error $?" ; exit)
|
||||||
make
|
|
||||||
make strip
|
|
||||||
make docs
|
|
||||||
|
|
||||||
for i in ${bines} ; do
|
for i in ${bines} ; do
|
||||||
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
|
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
|
||||||
|
@ -41,9 +41,7 @@ printf ' *http://golded-plus.sf.net* \r\n' >>${dizfile}
|
|||||||
|
|
||||||
# make binaries
|
# make binaries
|
||||||
|
|
||||||
gmake PLATFORM=${platform} clean
|
gmake PLATFORM=${platform} clean all strip || (echo "Error $?" ; exit)
|
||||||
gmake PLATFORM=${platform}
|
|
||||||
gmake PLATFORM=${platform} strip
|
|
||||||
cd docs
|
cd docs
|
||||||
gmake tokentpl.txt tokencfg.txt
|
gmake tokentpl.txt tokencfg.txt
|
||||||
cd ..
|
cd ..
|
||||||
|
Reference in New Issue
Block a user