Module Name:    src
Committed By:   rillig
Date:           Sun May 12 19:00:10 UTC 2024

Modified Files:
        src/usr.bin/xlint/lint2: Makefile

Log Message:
lint: remove redundant LINTFLAGS for lint2

The -T flag is already provided by ../Makefile.inc, along with several
other flags.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/xlint/lint2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint2/Makefile
diff -u src/usr.bin/xlint/lint2/Makefile:1.23 src/usr.bin/xlint/lint2/Makefile:1.24
--- src/usr.bin/xlint/lint2/Makefile:1.23	Fri Jan 13 19:50:00 2023
+++ src/usr.bin/xlint/lint2/Makefile	Sun May 12 19:00:10 2024
@@ -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
 BINDIR=		/usr/libexec
 CPPFLAGS+=	-I${.CURDIR}
 CPPFLAGS+=	-DIS_LINT2
-LINTFLAGS+=	-T		# strict bool mode
 
 COPTS.msg.c+=	${${ACTIVE_CC} == "clang":? -Wno-format-nonliteral :}
 

Reply via email to