From 3e7517e95b29449caa2a3aab0219efddb1a4b323 Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 28 Sep 2016 19:26:15 -0500 Subject: [PATCH] be more verbose --- dist-scripts/dist-cores.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index 825f2fbbf9..00967c6a06 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -175,6 +175,7 @@ for f in `ls -v *_${platform}.${EXT}`; do if [ $MAKEFILE_GRIFFIN = "yes" ]; then make -C ../ -f Makefile.griffin platform=${platform} $whole_archive $big_stack -j3 || exit 1 elif [ $PLATFORM = "emscripten" ]; then + echo "BUILD COMMAND: make -C ../ -f Makefile.emscripten PTHREAD=$pthread ASYNC=$async LTO=$lto -j7 TARGET=${name}_libretro.js" make -C ../ -f Makefile.emscripten PTHREAD=$pthread ASYNC=$async LTO=$lto -j7 TARGET=${name}_libretro.js || exit 1 elif [ $PLATFORM = "unix" ]; then make -C ../ -f Makefile LINK=g++ $whole_archive $big_stack -j3 || exit 1