Makefile: Float `V' along with the other configuration variables
authorMark Wooding <mdw@distorted.org.uk>
Tue, 18 Jun 2024 22:37:09 +0000 (23:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 18 Jun 2024 22:37:09 +0000 (23:37 +0100)
Makefile

index b09df97..c4670ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ check::
 
 CONFIG_VARS             =
 
+## Make verbosity.
+V                       = 0
+
 ## Level of pickiness to aspire to.
 NOTIFY_FATAL            = 1
 
@@ -246,7 +249,6 @@ _force:
 comma                   = ,
 
 ## Silent-rules machinery.
-V                       = 0
 V_AT                    = $(V_AT_$V)
 V_AT_0                  = @
 v_print                         = $(call v_print_$V,$1,$2)