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
@@ -47,11 +47,11 @@ podman run "${flags[@]}" "$image" bash -l
# we can also build UPX in the container:
# cd /home/upx/src/upx
# rm -rf ./build/release
# make build/release
# rm -rf ./build/extra/gcc/release
# make build/extra/gcc/release
# # run tests
# ./build/release/upx --version
# make -C build/release test
# ./build/extra/gcc/release/upx --version
# make -C build/extra/gcc/release test
# and we can also rebuild the UPX docs the container:
# cd /home/upx/src/upx