emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111924: * make-dist: Remove lzma (it


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111924: * make-dist: Remove lzma (it's replaced by xz).
Date: Sat, 02 Mar 2013 18:43:30 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111924
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-02 18:43:30 -0800
message:
  * make-dist: Remove lzma (it's replaced by xz).
modified:
  ChangeLog
  make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-03-01 15:16:43 +0000
+++ b/ChangeLog 2013-03-03 02:43:30 +0000
@@ -1,3 +1,7 @@
+2013-03-03  Glenn Morris  <address@hidden>
+
+       * make-dist: Remove lzma (it's replaced by xz).
+
 2013-03-01  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'make-dist'
--- a/make-dist 2013-02-01 03:58:50 +0000
+++ b/make-dist 2013-03-03 02:43:30 +0000
@@ -83,10 +83,6 @@
     "--bzip2")
       default_gzip="bzip2"
     ;;
-    ## Same with lzma.
-    "--lzma")
-      default_gzip="lzma"
-    ;;
     ## Same with xz.
     "--xz")
       default_gzip="xz"
@@ -107,7 +103,6 @@
       echo ""
       echo "  --bzip2  use bzip2 instead of gzip"
       echo "  --clean-up       delete staging directories when done"
-      echo "  --lzma   use lzma instead of gzip"
       echo "  --xz             use xz instead of gzip"
       echo "  --no-compress    don't compress"
       echo "  --newer=TIME     don't include files older than TIME"
@@ -518,7 +513,6 @@
   fi
   case "${default_gzip}" in
     bzip2) gzip_extension=.bz2 ;;
-    lzma)  gzip_extension=.lzma ;;
     xz)  gzip_extension=.xz ;;
     gzip)  gzip_extension=.gz ; default_gzip="gzip --best";;
        *)  gzip_extension= ;;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]