maint: don't specify XZ_OPT=-9ev in dist-related rule
authorJim Meyering <meyering@redhat.com>
Fri, 2 Mar 2012 17:35:12 +0000 (18:35 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 2 Mar 2012 19:26:05 +0000 (20:26 +0100)
Using xz's -9 option is warranted only if you have a very large
tarball (see xz's documentation for the sizes vs. presets), and
requires 64MiB of memory at decompression time.
* top/maint.mk (alpha beta stable): Don't specify XZ_OPT=-9ev.
Automake's default of just "-e" is fine.  Override on a
per-package basis by setting XZ_OPT e.g., in cfg.mk.

ChangeLog
top/maint.mk

index c3490a0..ab73cce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-03-02  Jim Meyering  <meyering@redhat.com>
+
+       maint: don't specify XZ_OPT=-9ev in dist-related rule
+       Using xz's -9 option is warranted only if you have a very large
+       tarball (see xz's documentation for the sizes vs. presets), and
+       requires 64MiB of memory at decompression time.
+       * top/maint.mk (alpha beta stable): Don't specify XZ_OPT=-9ev.
+       Automake's default of just "-e" is fine.  Override on a
+       per-package basis by setting XZ_OPT e.g., in cfg.mk.
+
 2012-03-01  Eric Blake  <eblake@redhat.com>
 
        maint.mk: allow announcement for non-gnulib project
index 4cbd5f4..a97e0bd 100644 (file)
@@ -1332,7 +1332,7 @@ alpha beta stable: $(local-check) writable-files $(submodule-checks)
        $(MAKE) vc-diff-check
        $(MAKE) news-check
        $(MAKE) distcheck
-       $(MAKE) dist XZ_OPT=-9ev
+       $(MAKE) dist
        $(MAKE) $(release-prep-hook) RELEASE_TYPE=$@
        $(MAKE) -s emit_upload_commands RELEASE_TYPE=$@