mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* Makefile.am (XDELTA_OPTIONS): Remove --pristine as that
generates huge xdeltas.
This commit is contained in:
parent
21abc39185
commit
6c12f2bc15
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user