summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-16 12:37:34 +0000
committerJim Meyering <jim@meyering.net>2006-08-16 12:37:34 +0000
commit1e77e830cced33cd623c48e1713fcd00ff6d2132 (patch)
treef6dafa10d0e22cb58d779229670d9c18958de1d4 /Makefile.maint
parenta8914bd9663959b81caa356ac3fa607c546e3ab9 (diff)
downloadcoreutils-1e77e830cced33cd623c48e1713fcd00ff6d2132.tar.xz
2006-08-16 Bruno Haible <bruno@clisp.org>
* Makefile.maint (gzip_rsyncable): Throw away stderr output of "gzip --help".
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index a5df8427b..1f3cd00bf 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -26,7 +26,7 @@ ME := Makefile.maint
# Do not save the original name or timestamp in the .tar.gz file.
# Use --rsyncable if available.
gzip_rsyncable := \
- $(shell gzip --help|grep rsyncable >/dev/null && echo --rsyncable)
+ $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null && echo --rsyncable)
GZIP_ENV = '--no-name --best $(gzip_rsyncable)'
CVS = cvs