Module Name:    src
Committed By:   christos
Date:           Wed May  8 16:53:35 UTC 2024

Modified Files:
        src/external/mit/xorg/lib/dri: Makefile
        src/external/mpl/dhcp/bind/lib/libdns: Makefile
        src/external/mpl/dhcp/bind/lib/libisc: Makefile
        src/external/mpl/dhcp/bind/lib/libisccfg: Makefile

Log Message:
fix clang lint build (except for the programs that enables -T)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/external/mit/xorg/lib/dri/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/dhcp/bind/lib/libdns/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/dhcp/bind/lib/libisc/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/dhcp/bind/lib/libisccfg/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/dri/Makefile
diff -u src/external/mit/xorg/lib/dri/Makefile:1.42 src/external/mit/xorg/lib/dri/Makefile:1.43
--- src/external/mit/xorg/lib/dri/Makefile:1.42	Sun May  5 11:25:31 2024
+++ src/external/mit/xorg/lib/dri/Makefile	Wed May  8 12:53:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/05/05 15:25:31 riastradh Exp $
+# $NetBSD: Makefile,v 1.43 2024/05/08 16:53:34 christos Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
@@ -528,7 +528,8 @@ CWARNFLAGS.clang+=	-Wno-error=initialize
 			-Wno-error=enum-conversion \
 			-Wno-error=implicit-int-float-conversion \
 			-Wno-error=tautological-constant-compare \
-			-Wno-c99-designator -Wno-xor-used-as-pow
+			-Wno-c99-designator -Wno-xor-used-as-pow \
+			-Wno-typedef-redefinition
 
 COPTS+= -Wno-error=stack-protector
 

Index: src/external/mpl/dhcp/bind/lib/libdns/Makefile
diff -u src/external/mpl/dhcp/bind/lib/libdns/Makefile:1.1 src/external/mpl/dhcp/bind/lib/libdns/Makefile:1.2
--- src/external/mpl/dhcp/bind/lib/libdns/Makefile:1.1	Sun Feb 18 15:58:00 2024
+++ src/external/mpl/dhcp/bind/lib/libdns/Makefile	Wed May  8 12:53:34 2024
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.1 2024/02/18 20:58:00 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2024/05/08 16:53:34 christos Exp $
 
+NOLINT=yes
 LIBISPRIVATE=yes
 LIB=dns
 

Index: src/external/mpl/dhcp/bind/lib/libisc/Makefile
diff -u src/external/mpl/dhcp/bind/lib/libisc/Makefile:1.1 src/external/mpl/dhcp/bind/lib/libisc/Makefile:1.2
--- src/external/mpl/dhcp/bind/lib/libisc/Makefile:1.1	Sun Feb 18 15:58:00 2024
+++ src/external/mpl/dhcp/bind/lib/libisc/Makefile	Wed May  8 12:53:35 2024
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.1 2024/02/18 20:58:00 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2024/05/08 16:53:35 christos Exp $
 
+NOLINT=yes
 LIBISPRIVATE=yes
 LIB=isc
 

Index: src/external/mpl/dhcp/bind/lib/libisccfg/Makefile
diff -u src/external/mpl/dhcp/bind/lib/libisccfg/Makefile:1.1 src/external/mpl/dhcp/bind/lib/libisccfg/Makefile:1.2
--- src/external/mpl/dhcp/bind/lib/libisccfg/Makefile:1.1	Sun Feb 18 15:58:01 2024
+++ src/external/mpl/dhcp/bind/lib/libisccfg/Makefile	Wed May  8 12:53:35 2024
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.1 2024/02/18 20:58:01 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2024/05/08 16:53:35 christos Exp $
 
+NOLINT=yes
 LIBISPRIVATE=yes
 LIB=isccfg
 

Reply via email to