mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 07:58:55 +00:00
Add log about files moved and copied during the compile
This commit is contained in:
parent
c07d316b45
commit
763dd0f95b
@ -189,16 +189,16 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
|||||||
# Move executable files
|
# Move executable files
|
||||||
if [ $platform = "ps3" ] ; then
|
if [ $platform = "ps3" ] ; then
|
||||||
if [ $PLATFORM = "ode-ps3" ] ; then
|
if [ $PLATFORM = "ode-ps3" ] ; then
|
||||||
mv -f ../CORE.SELF ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/"${name}_libretro_${platform}.SELF"
|
mv -fv ../CORE.SELF ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/"${name}_libretro_${platform}.SELF"
|
||||||
if [ -d ../../dist/info ]; then
|
if [ -d ../../dist/info ]; then
|
||||||
mkdir -p ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/info
|
mkdir -p ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/info
|
||||||
cp -f ../../dist/info/"${name}_libretro.info" ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/info/"${name}_libretro.info"
|
cp -fv ../../dist/info/"${name}_libretro.info" ../pkg/${platform}_iso/PS3_GAME/USRDIR/cores/info/"${name}_libretro.info"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
mv -f ../CORE.SELF ../pkg/${platform}/USRDIR/cores/"${name}_libretro_${platform}.SELF"
|
mv -fv ../CORE.SELF ../pkg/${platform}/USRDIR/cores/"${name}_libretro_${platform}.SELF"
|
||||||
if [ -d ../../dist/info ]; then
|
if [ -d ../../dist/info ]; then
|
||||||
mkdir -p ../pkg/${platform}/USRDIR/cores/info
|
mkdir -p ../pkg/${platform}/USRDIR/cores/info
|
||||||
cp -f ../../dist/info/"${name}_libretro.info" ../pkg/${platform}/USRDIR/cores/info/"${name}_libretro.info"
|
cp -fv ../../dist/info/"${name}_libretro.info" ../pkg/${platform}/USRDIR/cores/info/"${name}_libretro.info"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
elif [ $PLATFORM = "psp1" ] ; then
|
elif [ $PLATFORM = "psp1" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user