X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=maint.mk;h=662b37174f2fa2e79932c621beeec830e17ae3d3;hp=a7a5a28f870cb5372307b09c0bf883df154f57aa;hb=94058b72f0b4b326f5bf984c9549180fbc86c768;hpb=f1b5aa9f6d80e6f2b7bc20d58e762866ead25569 diff --git a/maint.mk b/maint.mk index a7a5a28f..662b3717 100644 --- a/maint.mk +++ b/maint.mk @@ -30,7 +30,7 @@ C_SOURCES += $(C_SOURCES_ADD) # 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)' # Prevent programs like 'sort' from considering distinct strings to be equal.