1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

make: move extra builds to "build/extra/" subdirectories

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-01 19:43:57 +01:00
parent 99b795ceaa
commit c6e0aad40b
5 changed files with 94 additions and 90 deletions

View File

@ -34,7 +34,9 @@ podman run "${flags[@]}" "$image" bash -l
# now we can cross-compile UPX for Windows:
# cd /home/upx/src/upx
# rm -rf ./build/release-cross-mingw64
# make build/release-cross-mingw64
# rm -rf ./build/extra/cross-mingw64/release
# make build/extra/cross-mingw64/release
# lots of other cross-compilers are installed; see "ls /usr/bin/*g++*"
# lots of other cross-compilers are installed:
# - see "ls /usr/bin/*g++*"
# - see misc/cross-compile-upx-with-podman/build-all-inside-container.sh