* Makefile.am (XDELTA_OPTIONS): Remove --pristine as that

generates huge xdeltas.
This commit is contained in:
Scott James Remnant 2004-04-13 00:01:48 +00:00
parent 21abc39185
commit 6c12f2bc15
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-13 Scott James Remnant <scott@netsplit.com>
* Makefile.am (XDELTA_OPTIONS): Remove --pristine as that
generates huge xdeltas.
2004-04-08 Gary V. Vaughan <gary@gnu.org>
* libltdl/ltdl.c (argz_append, argz_create_sep, argz_insert)

View File

@ -186,7 +186,7 @@ delta-diff: prev-tarball new-tarball
rm -rf delta-diff
XDELTA = xdelta
XDELTA_OPTIONS = --pristine -9
XDELTA_OPTIONS = -9
.PHONY: delta-xdelta
delta-xdelta: prev-tarball new-tarball got-xdelta