From 72e7bc03ec1984a67bea390190e91cc59c2b8cb0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 19 Dec 2024 17:36:11 +0100 Subject: [PATCH] make: add glint target here too --- Makefile | 2 +- Mk/plugins.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6aebe498..b8928dbc9 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ list: .endfor # shared targets that are sane to run from the root directory -TARGETS= clean lint plist-fix revision style style-fix style-python sweep test +TARGETS= clean glint lint plist-fix revision style style-fix style-python sweep test .for TARGET in ${TARGETS} ${TARGET}: diff --git a/Mk/plugins.mk b/Mk/plugins.mk index 3cccfff5d..33d5be910 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -417,6 +417,8 @@ sweep: check find ${.CURDIR} -type f -depth 1 -print0 | \ xargs -0 -n1 ${SCRIPTSDIR}/cleanfile +glint: sweep style-fix plist-fix lint + revision: @MAKE=${MAKE} ${SCRIPTSDIR}/revbump.sh ${.CURDIR}