From: Jim Meyering Date: Mon, 28 Jul 2003 08:40:27 +0000 (+0000) Subject: (GZIP_ENV): Try Debian/gzip's new --rsyncable option. X-Git-Tag: v5.0.90~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f67448e8ef50a7a9406afd6e7e1a3e8bd82740;p=thirdparty%2Fcoreutils.git (GZIP_ENV): Try Debian/gzip's new --rsyncable option. --- diff --git a/Makefile.maint b/Makefile.maint index 61fadc09d9..4018a5dd21 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -24,7 +24,7 @@ ME := Makefile.maint # Do not save the original name or timestamp in the .tar.gz file. -GZIP_ENV = '--no-name --best' +GZIP_ENV = '--no-name --best --rsyncable' CVS = cvs