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}