Searched hist:278926 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/release/
H A DMakefile.vmdiff 278926 Tue Feb 17 21:16:02 MST 2015 rpaulo release: use xz via pipe when compressing the tarballs.

libarchive(3) doesn't support the new liblzma API yet, but this change
allows us to enable multi-threaded xz compression.
``make release'' should now finish in half the time on a machine with
several cores and fast disks (our typical build server).

This behaviour only applies when building a release and it doesn't
affect buildworld/installworld. To disable threaded xz compression,
set XZ_THREADS=1.

Reviewed by: gjb
Tested by: gjb
/freebsd-11-stable/share/mk/
H A Dbsd.own.mkdiff 278926 Tue Feb 17 21:16:02 MST 2015 rpaulo release: use xz via pipe when compressing the tarballs.

libarchive(3) doesn't support the new liblzma API yet, but this change
allows us to enable multi-threaded xz compression.
``make release'' should now finish in half the time on a machine with
several cores and fast disks (our typical build server).

This behaviour only applies when building a release and it doesn't
affect buildworld/installworld. To disable threaded xz compression,
set XZ_THREADS=1.

Reviewed by: gjb
Tested by: gjb

Completed in 132 milliseconds