Makefile: Float `V' along with the other configuration variables
[distorted-chroot] / Makefile
index 1c0c594..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
 
@@ -72,7 +75,7 @@ PROXY                  = $(shell \
 ## Debian distributions to support.
 CONFIG_VARS            += PRIMARY_DIST DISTS
 PRIMARY_DIST            = stretch
-DISTS                   = $(PRIMARY_DIST) buster bullseye sid
+DISTS                   = $(PRIMARY_DIST) buster bullseye bookworm sid
 
 ## Host's native architecture(s).
 CONFIG_VARS            += MYARCH NATIVE_ARCHS
@@ -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)