Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
Ignore and default-delete meson-cross.txt
Remove libtool helpers
  • Loading branch information
carstene1ns committed Jun 7, 2024
1 parent e26d3ff commit 295e479
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
*.pl
*.cache
.DS_Store
meson-cross.txt
2 changes: 0 additions & 2 deletions 3ds/3_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..."

cleanup

rm -f meson-cross.txt

echo " -> done"
1 change: 0 additions & 1 deletion emscripten/3_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ headermsg "Cleaning up library build folders and other stuff..."
cleanup

rm -rf SDL2/
rm -f meson-cross.txt

echo " -> done"
3 changes: 2 additions & 1 deletion shared/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 0 additions & 2 deletions switch/3_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..."

cleanup

rm -f meson-cross.txt

echo " -> done"
1 change: 0 additions & 1 deletion vita/3_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ headermsg "Cleaning up library build folders and other stuff..."

cleanup

rm -f meson-cross.txt
rm -rf libvita2d/

echo " -> done"
2 changes: 0 additions & 2 deletions wii/3_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..."

cleanup

rm -f meson-cross.txt

echo " -> done"
2 changes: 0 additions & 2 deletions wiiu/3_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ headermsg "Cleaning up library build folders and other stuff..."

cleanup

rm -f meson-cross.txt

echo " -> done"

0 comments on commit 295e479

Please sign in to comment.