Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
my @archive_formats;
if ($relative_dir eq '.')
{
+ # We order @archive_formats by expected duration of the
+ # compressors, slowest first, for better parallelism in
+ # "make dist".
push @archive_formats, 'gzip' unless option 'no-dist-gzip';
foreach my $fmt (qw/shar zip tarZ bzip2 lzip xz/)
{
# with tar 1.11.2). We do not do anything specific w.r.t. this
# incompatibility since packages where empty directories need to be
# present in the archive are really unusual.
-#
-# We order DIST_TARGETS by expected duration of the compressors,
-# slowest first, for better parallelism in "make dist". Do not
-# reorder DIST_ARCHIVES, users may expect gzip to be first.
am.dist.ext.gzip = tar.gz
am.dist.ext.bzip2 = tar.bz2