From 856d51471cbb99afb0dec390c66afbe355d7dc43 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 18 Jun 2024 23:37:09 +0100 Subject: [PATCH] Makefile: Float `V' along with the other configuration variables --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b09df97..c4670ac 100644 --- 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) -- 2.11.0