From: Jaroslav Kysela Date: Tue, 19 May 2015 07:10:35 +0000 (+0200) Subject: Makefile.webui: show gzip command in verbose mode X-Git-Tag: v4.2.1~2523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e472e1958051f46d238f4f5f88b9931805f4ee5;p=thirdparty%2Ftvheadend.git Makefile.webui: show gzip command in verbose mode --- diff --git a/Makefile.webui b/Makefile.webui index efe24218f..42b17d319 100644 --- a/Makefile.webui +++ b/Makefile.webui @@ -154,7 +154,7 @@ define GO_JS $(VV)cat $^ > $@.tmp $(VV)$(RUN_JS) < $@.tmp > $@.tmp2 @stat --printf="%-35n %7s\n" $@.tmp $@.tmp2 - @$(GZIP) -c $@.tmp2 > $@.tmp + $(VV)$(GZIP) -c $@.tmp2 > $@.tmp @rm $@.tmp2 @mv $@.tmp $@ @stat --printf="%-35n %7s\n" $@ @@ -165,7 +165,7 @@ define GO_CSS $(VV)$(CSS_PY) --in="$^" > $@.tmp $(VV)$(RUN_CSS) < $@.tmp > $@.tmp2 @stat --printf="%-35n %7s\n" $@.tmp $@.tmp2 - @$(GZIP) -c $@.tmp2 > $@.tmp + $(VV)$(GZIP) -c $@.tmp2 > $@.tmp @rm $@.tmp2 @mv $@.tmp $@ @stat --printf="%-35n %7s\n" $@