From ca59d9494e815cd4d50316976f5b264688ab124f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 8 Sep 2003 13:25:32 +0000 Subject: [PATCH] (GZIP_ENV): Remove --rsyncable. Didn't give enough of a benefit, mainly because it's not yet in wide enough use. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2