diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-08 13:25:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-08 13:25:32 +0000 |
commit | ca59d9494e815cd4d50316976f5b264688ab124f (patch) | |
tree | c2c9336e7613870d8f1b7ea1676855fee9571aca /Makefile.maint | |
parent | 56adf95beea455aca9d3a29e7acffbf5cc0a22a4 (diff) | |
download | coreutils-ca59d9494e815cd4d50316976f5b264688ab124f.tar.gz coreutils-ca59d9494e815cd4d50316976f5b264688ab124f.tar.bz2 coreutils-ca59d9494e815cd4d50316976f5b264688ab124f.zip |
(GZIP_ENV): Remove --rsyncable.
Didn't give enough of a benefit, mainly because it's not yet
in wide enough use.
Diffstat (limited to 'Makefile.maint')
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index fd7e1b404..904384969 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 |