small changes to facilitate logging

This commit is contained in:
radius 2015-01-17 00:56:23 -05:00
parent 8ffddeace9
commit a383894c0f

View File

@ -213,10 +213,10 @@ build_libretro_generic_makefile() {
if [ $? -eq 0 ]; if [ $? -eq 0 ];
then then
echo success! echo $1 build success!
cp -v ${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT} $RARCH_DIST_DIR/${NAME}_libretro${FORMAT}.${FORMAT_EXT} cp -v ${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT} $RARCH_DIST_DIR/${NAME}_libretro${FORMAT}.${FORMAT_EXT}
else else
echo error while compiling $1 echo $1 build failure!
fi fi
} }
@ -538,9 +538,10 @@ build_libretro_bsnes() {
#fetch a project and mark it for building if there have been any changes #fetch a project and mark it for building if there have been any changes
#sleep 10 #sleep 10
echo echo jobid $1
echo
echo
echo
while read line; do while read line; do
NAME=`echo $line | cut --fields=1 --delimiter=" "` NAME=`echo $line | cut --fields=1 --delimiter=" "`