diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index ea67f267..eaff5a88 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -658,7 +658,7 @@ while read line; do else echo "cloning repo..." - git clone "$URL" "$DIR" --depth=1 + git clone "$URL" "$DIR" cd $DIR git checkout $TYPE cd .. @@ -1362,7 +1362,7 @@ then then cd $RADIR - rm -rfv psp1/pkg + rm -rfv psp1/pkg echo "BUILDBOT JOB: $jobid Building" echo @@ -1370,9 +1370,12 @@ then then cd dist-scripts - rm *.a - cp -v $RARCH_DIST_DIR/* . - sh ./psp1-cores.sh + rm *.a + cp -v $RARCH_DIST_DIR/*.a . + ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_psp1." $2 }' |sh + + + ./psp1-cores.sh if [ $? -eq 0 ]; then MESSAGE="retroarch build successful ($jobid)" diff --git a/recipes/psp/devkitpsp b/recipes/psp/devkitpsp index 6fd53c1e..f0dffb88 100644 --- a/recipes/psp/devkitpsp +++ b/recipes/psp/devkitpsp @@ -1,7 +1,7 @@ -gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC_ALT Makefile.libretro libgambatte -fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro . -nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC Makefile . -fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile . -prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT YES GENERIC Makefile . -tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git PROJECT YES GENERIC Makefile . -mednafen_pce_fast libretro-mednafen_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile . +gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte +fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro . +nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC Makefile . +fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile . +prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT YES GENERIC Makefile . +tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git PROJECT YES GENERIC Makefile . +mednafen_pce_fast libretro-mednafen_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile . diff --git a/recipes/psp/devkitpsp.conf b/recipes/psp/devkitpsp.conf index fdae08cf..5a410b0a 100644 --- a/recipes/psp/devkitpsp.conf +++ b/recipes/psp/devkitpsp.conf @@ -3,6 +3,6 @@ platform psp1 PLATFORM psp1 CC psp-gcc CXX psp-g++ -MAKE /mingw64/bin/mingw32-make.exe +MAKE /usr/bin/make SUFFIX _psp1 RA YES diff --git a/recipes/psp/devkitpsp.ra b/recipes/psp/devkitpsp.ra index 944b2400..c390d6da 100644 --- a/recipes/psp/devkitpsp.ra +++ b/recipes/psp/devkitpsp.ra @@ -1,3 +1,2 @@ retroarch retroarch https://github.com/libretro/Retroarch.git PROJECT YES . -overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES retroarch/media libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch/media