No need to actually recompress rust-std, libarchive does the right thing

This commit is contained in:
Bryan Drewery 2018-02-24 05:57:52 +00:00
parent 4daf2cd109
commit d1c499f952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462768

View file

@ -150,7 +150,7 @@ post-extract:
${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \
${MV} std.xx.o "$$std_o"; \
${AR} r "$$libstd" "$$std_o")
${TAR} -cz --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
${TAR} -c --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP}
.endif