From 12b154863cbcbd580113d981ea7c3129fc7d352d Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 29 Apr 2015 00:16:01 -0400 Subject: [PATCH] fix some logging errors --- libretro-buildbot-recipe.sh | 8 ++++---- recipes/linux-portable/portable | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 66ebc629..50612e86 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -312,10 +312,10 @@ build_libretro_generic_jni() { echo "compiling for ${a}..." if [ -z "${ARGS}" ]; then echo "build command: ${NDK} -j${JOBS} APP_ABI=${a}" - ${NDK} -j${JOBS} APP_ABI=${a} + ${NDK} -j${JOBS} APP_ABI=${a} &> /tmp/buildbot.log else echo "build command: ${NDK} -j${JOBS} APP_ABI=${a} ${ARGS} " - ${NDK} -j${JOBS} APP_ABI=${a} ${ARGS} + ${NDK} -j${JOBS} APP_ABI=${a} ${ARGS} &> /tmp/buildbot.log fi if [ $? -eq 0 ]; then MESSAGE="$1-$a build successful [$jobid]" @@ -408,10 +408,10 @@ build_libretro_generic_gl_makefile() { echo "compiling..." if [ -z "${ARGS}" ]; then echo "build command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS}" - ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} + ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} &> /tmp/buildbot.log else echo "build command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} ${COMPILER} -j${JOBS} ${ARGS}" - ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} + ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} &> /tmp/buildbot.log fi if [ $? -eq 0 ]; then diff --git a/recipes/linux-portable/portable b/recipes/linux-portable/portable index 9fcd4bf2..6aba1f0d 100644 --- a/recipes/linux-portable/portable +++ b/recipes/linux-portable/portable @@ -67,4 +67,4 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GE virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile . yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git SUBMODULE YES GENERIC_GL Makefile libretro -ffmpeg libretro-ffmpeg https://github.com/libretro/FFmpeg.git PROJECT YES GENERIC_GL Makefile libretro +ffmpeg libretro-ffmpeg https://github.com/libretro/FFmpeg.git PROJECT YES GENERIC_GL Makefile libretro