From: Mark Wooding Date: Wed, 15 Dec 2021 14:01:43 +0000 (+0000) Subject: Makefile: Print the tag correctly when doing silent-rules builds. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/drwho/commitdiff_plain/77787e0e24d04d889d52e118262c0fd56a7cc9cc?ds=inline;hp=4ea49469f09d0f7e8c8228f6f6d03cd327a0358f Makefile: Print the tag correctly when doing silent-rules builds. --- diff --git a/Makefile b/Makefile index 771838b..f28b548 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ FORCE: .PHONY: FORCE V = 0 -v_tag = $(call v_tag_$V,$0) +v_tag = $(call v_tag_$V,$1) v_tag_0 = @printf " %-8s %s\n" "$1" "$@"; UPLOAD += drwho.org