X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=maint.mk;h=4d74e19efc3de897c0c7a07e7df536c7af6e6eb9;hp=a7a5a28f870cb5372307b09c0bf883df154f57aa;hb=d5e283b1a75c5f8249300b465b4e7b55130bec49;hpb=68740f10dd55cb272bcad0bd0c5199bbdef5b26e diff --git a/maint.mk b/maint.mk index a7a5a28f..4d74e19e 100644 --- a/maint.mk +++ b/maint.mk @@ -20,7 +20,7 @@ ME := maint.mk # List of all C-like source code files that will be tested for -# stylistic "errors". You may want to define this to something +# stylistic "errors". You may want to define this to something # more complex in Makefile.cfg. C_SOURCES ?= $(shell find . -name '*.[chly]') @@ -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.