]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
2006-08-16 Bruno Haible <bruno@clisp.org>
authorJim Meyering <jim@meyering.net>
Wed, 16 Aug 2006 12:37:34 +0000 (12:37 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Aug 2006 12:37:34 +0000 (12:37 +0000)
* Makefile.maint (gzip_rsyncable): Throw away stderr output of "gzip --help".

ChangeLog
Makefile.maint

index 9203cbe562619cbdbbf289e37277fa6a084225af..95506510c686ff20bbe2263d23d22abd4946bd0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.maint (gzip_rsyncable): Throw away stderr output of
+       "gzip --help".
+
 2006-08-16  Andreas Schwab  <schwab@suse.de>
 
        * tests/cp/acl: Don't use non-portable == operator for test.
index a5df8427b9c9cfe3c51e0956e6c2c2da99277531..1f3cd00bfa9e82ca4f0d297a1f7898b2bd7b0731 100644 (file)
@@ -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