1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 04:55:31 +03:00

Do not copy mold and mold-wrapper.so to the top source directory

This commit is contained in:
Rui Ueyama 2023-10-21 20:48:51 +09:00
parent ceffd4679b
commit 44942b638b
2 changed files with 0 additions and 9 deletions

8
.gitignore vendored
View File

@ -3,15 +3,7 @@
*~
**/.DS_Store
.cache
compile_commands.json
/mold
/test/tmp
options.inc
core
ld
ld64
ld64.mold
gentoo
out
/mold-*.tar.gz
/build*

View File

@ -37,5 +37,4 @@ cmake --build . -j\$(nproc) &&
[ $arch = arm ] || ctest -j\$(nproc) &&
cmake --install . --prefix $dest --strip &&
tar czf /mold/$dest.tar.gz $dest &&
cp mold mold-wrapper.so /mold &&
chown \$OWNER /mold/mold /mold/mold-wrapper.so /mold/$dest.tar.gz"