gcc_release (XZ): Default to xz --best.
2017-05-23 Matthias Klose <doko@ubuntu.com> * gcc_release (XZ): Default to xz --best. From-SVN: r248393
This commit is contained in:
parent
90d2abbe74
commit
8cf4727e02
@ -1,3 +1,7 @@
|
||||
2017-05-23 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* gcc_release (XZ): Default to xz --best.
|
||||
|
||||
2017-05-18 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
|
||||
|
@ -548,7 +548,7 @@ FILE_LIST=""
|
||||
# Programs we use.
|
||||
|
||||
BZIP2="${BZIP2:-bzip2}"
|
||||
XZ="${XZ:-xz}"
|
||||
XZ="${XZ:-xz --best}"
|
||||
CVS="${CVS:-cvs -f -Q -z9}"
|
||||
DIFF="${DIFF:-diff -Nrcpad}"
|
||||
ENV="${ENV:-env}"
|
||||
|
Loading…
Reference in New Issue
Block a user