From 403b9b79e230fec10e072d62cfe47aad45db3cdb Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 12 May 2024 19:00:10 +0000 Subject: [PATCH] lint: remove redundant LINTFLAGS for lint2 The -T flag is already provided by ../Makefile.inc, along with several other flags. --- usr.bin/xlint/lint2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile index 27ad5e403e5e..f77c98d2bb1a 100644 --- a/usr.bin/xlint/lint2/Makefile +++ b/usr.bin/xlint/lint2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2023/01/13 19:50:00 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2024/05/12 19:00:10 rillig Exp $ NOMAN= # defined @@ -8,7 +8,6 @@ SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \ BINDIR= /usr/libexec CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -DIS_LINT2 -LINTFLAGS+= -T # strict bool mode COPTS.msg.c+= ${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}