From: Jim Meyering Date: Tue, 13 Sep 2005 14:14:41 +0000 (+0000) Subject: (GZIP_ENV): Add --rsyncable option. X-Git-Tag: CPPI-1_12~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c7c6d6e78b9c5e3e1bf6491ca8f1ce2fae9c797;p=thirdparty%2Fcoreutils.git (GZIP_ENV): Add --rsyncable option. --- diff --git a/Makefile.maint b/Makefile.maint index f2b07a84d0..ff0d1cff8e 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