Grr: need NOLINT=yes for the Makefiles that include Makefile.xf86-driver

early, and MKLINT:=no for the ones that include it late. Should fix that.
This commit is contained in:
christos 2021-12-15 16:27:10 +00:00
parent 101aeb8757
commit f05ee516d7
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# $NetBSD: Makefile.xf86-driver,v 1.31 2021/12/15 15:45:26 christos Exp $
# $NetBSD: Makefile.xf86-driver,v 1.32 2021/12/15 16:27:10 christos Exp $
LIBISMODULE= yes
SHLIB_MAJOR= ${PACKAGE_MAJOR}
NOFULLRELRO= yes
LINTFLAGS+=-D__GNUC__
NOLINT=yes # XXX: lint2 is broken for most of them
MKLINT:= no # XXX: lint2 is broken for most of them
NOLINT=yes
.include <bsd.own.mk>
.include <bsd.x11.mk>