X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/blobdiff_plain/8905fb7af4843303377e610e004239219fca1cfb..856d51471cbb99afb0dec390c66afbe355d7dc43:/Makefile diff --git a/Makefile b/Makefile index 1c0c594..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 @@ -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)