@@ -194,11 +194,12 @@ faileddirs="${faileddirs} ${dir}" echo "Failed to build ${dir}" else if [ "${CLEANONLY}" != "1" ]; then outdir="$(ls -1d "${dir}/out"/*/"${PLATFORM}/" | head -1)" - mv "${dir}/out/build-${PLATFORM}.log" "${outdir}/build.log" + + mv "${dir}/out/build-${PLATFORM}.log" "${outdir}/build.log" >/dev/null 2>/dev/null fi fi done # Cleanup is done at this point