Make sure to partial clean between mame/mess/ume

This commit is contained in:
T. Joseph Carter 2015-03-17 16:56:29 -07:00
parent 6e86fd8ea6
commit 164cb8e340

View File

@ -463,6 +463,7 @@ build_libretro_mame_prerule() {
build_summary_log $ret "$target"
else
for target in mame mess ume; do
[ "$target" != "mame" ] && echo_cmd "$MAKE -f Makefile.libretro PARTIAL=1 $extra_args platform=\"$FORMAT_COMPILER_TARGET\" \"-j$JOBS\" clean" || die 'Failed to clean MAME'
echo_cmd "$MAKE -f Makefile.libretro $extra_args \"TARGET=$target\" platform=\"$FORMAT_COMPILER_TARGET\" $COMPILER \"-j$JOBS\" emulator" || die "Failed to build $target"
copy_core_to_dist "$target"
ret=$?