From 91e56c08069ea37a113ba2d0f78c70c7d2705a00 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 11 Aug 2012 11:40:41 +0200 Subject: [PATCH] [ng] dist: move a comment to a more proper place Signed-off-by: Stefano Lattarini --- automake.in | 3 +++ lib/am/distcheck.mk | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/automake.in b/automake.in index 71aa25efa..331c55307 100644 --- a/automake.in +++ b/automake.in @@ -3214,6 +3214,9 @@ sub handle_dist () 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/) { diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk index 227403993..656938749 100644 --- a/lib/am/distcheck.mk +++ b/lib/am/distcheck.mk @@ -26,10 +26,6 @@ # 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 -- 2.47.2