diff --git a/.gitignore b/.gitignore index 794a9f29..d7490186 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ *.pl *.cache .DS_Store +meson-cross.txt diff --git a/3ds/3_cleanup.sh b/3ds/3_cleanup.sh index ddeb8285..b9803ec9 100755 --- a/3ds/3_cleanup.sh +++ b/3ds/3_cleanup.sh @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..." cleanup -rm -f meson-cross.txt - echo " -> done" diff --git a/emscripten/3_cleanup.sh b/emscripten/3_cleanup.sh index 6c8dcb52..24173e7a 100755 --- a/emscripten/3_cleanup.sh +++ b/emscripten/3_cleanup.sh @@ -8,6 +8,5 @@ headermsg "Cleaning up library build folders and other stuff..." cleanup rm -rf SDL2/ -rm -f meson-cross.txt echo " -> done" diff --git a/shared/common.sh b/shared/common.sh index cc4c9b95..0fc4506f 100644 --- a/shared/common.sh +++ b/shared/common.sh @@ -351,6 +351,7 @@ function cleanup { libsamplerate-*/ wildmidi-*/ opus-*/ opusfile-*/ icu/ icu-native/ \ SDL2-*/ SDL2_image-*/ fmt-*/ FluidLite-*/ fluidsynth-*/ json-*/ inih-*/ \ lhasa-*/ liblcf/ - rm -f *.zip *.bz2 *.gz *.xz *.tgz icudt* .patches-applied config.cache + rm -f *.zip *.bz2 *.gz *.xz *.tgz icudt* .patches-applied config.cache meson-cross.txt rm -rf sbin/ share/ + rm -f lib/*.la } diff --git a/switch/3_cleanup.sh b/switch/3_cleanup.sh index ddeb8285..b9803ec9 100755 --- a/switch/3_cleanup.sh +++ b/switch/3_cleanup.sh @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..." cleanup -rm -f meson-cross.txt - echo " -> done" diff --git a/vita/3_cleanup.sh b/vita/3_cleanup.sh index fce27707..db428287 100755 --- a/vita/3_cleanup.sh +++ b/vita/3_cleanup.sh @@ -7,7 +7,6 @@ headermsg "Cleaning up library build folders and other stuff..." cleanup -rm -f meson-cross.txt rm -rf libvita2d/ echo " -> done" diff --git a/wii/3_cleanup.sh b/wii/3_cleanup.sh index ddeb8285..b9803ec9 100755 --- a/wii/3_cleanup.sh +++ b/wii/3_cleanup.sh @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..." cleanup -rm -f meson-cross.txt - echo " -> done" diff --git a/wiiu/3_cleanup.sh b/wiiu/3_cleanup.sh index ddeb8285..b9803ec9 100755 --- a/wiiu/3_cleanup.sh +++ b/wiiu/3_cleanup.sh @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..." cleanup -rm -f meson-cross.txt - echo " -> done"