libtool-patches
[Top][All Lists]
Advanced

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

[FYI] Remove --pristine from XDELTA_OPTIONS


From: Scott James Remnant
Subject: [FYI] Remove --pristine from XDELTA_OPTIONS
Date: Tue, 13 Apr 2004 01:00:58 +0100

This results in incredibly large xdeltas due to gzip's scrambling of
data, removing the option results in xdeltas of only a few K.

Applied to HEAD and branch-1-5

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1473
diff -u -r1.1473 ChangeLog
--- ChangeLog   8 Apr 2004 14:13:07 -0000       1.1473
+++ ChangeLog   12 Apr 2004 23:59:16 -0000
@@ -1,3 +1,8 @@
+2004-04-13  Scott James Remnant  <address@hidden>
+
+       * Makefile.am (XDELTA_OPTIONS): Remove --pristine as that
+       generates huge xdeltas.
+
 2004-04-08  Gary V. Vaughan  <address@hidden>
 
        * libltdl/ltdl.c (argz_append, argz_create_sep, argz_insert)
Index: Makefile.maint
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.maint,v
retrieving revision 1.2
diff -u -r1.2 Makefile.maint
--- Makefile.maint      22 Feb 2004 16:12:15 -0000      1.2
+++ Makefile.maint      12 Apr 2004 23:59:16 -0000
@@ -186,7 +186,7 @@
        rm -rf delta-diff
 
 XDELTA = xdelta
-XDELTA_OPTIONS = --pristine -9
+XDELTA_OPTIONS = -9
 
 .PHONY: delta-xdelta
 delta-xdelta: prev-tarball new-tarball got-xdelta

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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