From fe87403bebc97012b12eb212ba994a4e9aaaa6ec Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 5 May 2020 20:48:18 +0100 Subject: [PATCH] Makefile: Change the tag for maintenance to be `MAINT'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7479ae6..a3a1ecc 100644 --- a/Makefile +++ b/Makefile @@ -639,7 +639,7 @@ JOBS = chroot cross-tools pkg-build MAINTQ_ = -q MAINTQ_0 = -q -MAINT = +$(call v_tag,RUN)\ +MAINT = +$(call v_tag,MAINT)\ PYTHONPATH=$(STATE)/lib/python $(STATE)/bin/chroot-maint \ $(MAINTQ_$V) $(OPTS) -- 2.11.0