]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.webui: show gzip command in verbose mode
authorJaroslav Kysela <perex@perex.cz>
Tue, 19 May 2015 07:10:35 +0000 (09:10 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 19 May 2015 07:10:35 +0000 (09:10 +0200)
Makefile.webui

index efe24218f048ad010a4467d5a43d0c51a48cf3bf..42b17d319d93100277b046a8136c26f5d4034f1c 100644 (file)
@@ -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" $@