]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] dist: move a comment to a more proper place
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 09:40:41 +0000 (11:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Aug 2012 09:40:41 +0000 (11:40 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/distcheck.mk

index 71aa25efaf28e800f3cd35065abe412dc0c41893..331c55307eb9ffe503995ce5e7c578fa8f9ba942 100644 (file)
@@ -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/)
         {
index 227403993d4b6b7c1ed0112a4931a0b7b9eb8986..656938749918935b09a4e7ee73758c052f727eca 100644 (file)
 # 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