mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
small changes to facilitate logging
This commit is contained in:
parent
8ffddeace9
commit
a383894c0f
@ -213,10 +213,10 @@ build_libretro_generic_makefile() {
|
||||
|
||||
if [ $? -eq 0 ];
|
||||
then
|
||||
echo success!
|
||||
echo $1 build success!
|
||||
cp -v ${NAME}_libretro${FORMAT}${SUFFIX}.${FORMAT_EXT} $RARCH_DIST_DIR/${NAME}_libretro${FORMAT}.${FORMAT_EXT}
|
||||
else
|
||||
echo error while compiling $1
|
||||
echo $1 build failure!
|
||||
fi
|
||||
|
||||
}
|
||||
@ -538,9 +538,10 @@ build_libretro_bsnes() {
|
||||
#fetch a project and mark it for building if there have been any changes
|
||||
|
||||
#sleep 10
|
||||
echo
|
||||
echo
|
||||
echo jobid $1
|
||||
|
||||
echo
|
||||
echo
|
||||
while read line; do
|
||||
|
||||
NAME=`echo $line | cut --fields=1 --delimiter=" "`
|
||||
|
Loading…
Reference in New Issue
Block a user