1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 23:08:17 +02:00

2006-08-16 Bruno Haible <bruno@clisp.org>

* Makefile.maint (gzip_rsyncable): Throw away stderr output of "gzip --help".
This commit is contained in:
Jim Meyering
2006-08-16 12:37:34 +00:00
parent a8914bd966
commit 1e77e830cc
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View 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