mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
speedo: Use multithreaded xz for w32 source
* build-aux/speedo.mk (dist-source): Add -T0 parameter to xz.
This commit is contained in:
parent
4d9b262584
commit
28403cb5fe
1 changed files with 1 additions and 1 deletions
|
@ -1240,7 +1240,7 @@ dist-source: installer
|
|||
--transform='s,^,$(INST_NAME)-$(INST_VERSION)/,' \
|
||||
PLAY/stamps/stamp-*-00-unpack PLAY/src swdb.lst swdb.lst.sig ;\
|
||||
[ -f "$$tarname".xz ] && rm "$$tarname".xz;\
|
||||
xz "$$tarname" ;\
|
||||
xz -T0 "$$tarname" ;\
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue