mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01: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
@ -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…
x
Reference in New Issue
Block a user