From: Jim Meyering Date: Mon, 8 Sep 2003 13:25:32 +0000 (+0000) Subject: (GZIP_ENV): Remove --rsyncable. X-Git-Tag: v5.1.0~800 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca59d9494e815cd4d50316976f5b264688ab124f;p=thirdparty%2Fcoreutils.git (GZIP_ENV): Remove --rsyncable. Didn't give enough of a benefit, mainly because it's not yet in wide enough use. --- diff --git a/Makefile.maint b/Makefile.maint index fd7e1b404c..9043849697 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 --rsyncable' +GZIP_ENV = '--no-name --best' CVS = cvs