chiark / gitweb /
Makefile (v_tag): No, there's no second argument.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Dec 2018 13:03:38 +0000 (13:03 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Dec 2018 13:12:13 +0000 (13:12 +0000)
I think this must have an aspiration which never worked out.  Bury it
properly.

Makefile

index e1abd268592cb1fd31eb0106b2f208d3a0fa79d8..f8d0d7e6c6955718388e41b26093fad813c3520f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ symlink-ok-p           = $(shell \
 
 ## Silent rules machinery.
 V                       = 0
 
 ## Silent rules machinery.
 V                       = 0
-v_tag                   = $(call v_tag_$V,$1,$2)
+v_tag                   = $(call v_tag_$V,$1)
 v_tag_0                         = @printf "  %-8s %s\n" "$1" $(call quote,$@);
 V_AT                    = $(V_AT_$V)
 V_AT_0                  = @
 v_tag_0                         = @printf "  %-8s %s\n" "$1" $(call quote,$@);
 V_AT                    = $(V_AT_$V)
 V_AT_0                  = @