build: remove the last vestiges of lint support

Commit 1cbb58886a (shipped in 12.0.0) removed all lint infrastructure.
A bunch of NO_LINT definitions remained (perhaps as a bootstrapping
measture).  Remove them.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D50704
This commit is contained in:
Brooks Davis
2025-06-06 00:55:34 +01:00
parent e989719957
commit 8e35800732
11 changed files with 3 additions and 27 deletions
-1
View File
@@ -64,7 +64,6 @@ build${libcompat}: .PHONY
OBJROOT='$${OBJTOP}/' \
UNIVERSE_TOOLCHAIN_PATH=${UNIVERSE_TOOLCHAIN_PATH} \
MAKEOBJDIRPREFIX= \
-DNO_LINT \
-DNO_CPU_CFLAGS \
MK_ASAN=no \
MK_CTF=no \