Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/dri.old dri.old: only disable lint for...



details:   https://anonhg.NetBSD.org/src/rev/770af3fc4a04
branches:  trunk
changeset: 377225:770af3fc4a04
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Jul 01 15:16:46 2023 +0000

description:
dri.old: only disable lint for a single file

diffstat:

 external/mit/xorg/lib/dri.old/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r ddafa38ef6d5 -r 770af3fc4a04 external/mit/xorg/lib/dri.old/Makefile
--- a/external/mit/xorg/lib/dri.old/Makefile    Sat Jul 01 13:37:48 2023 +0000
+++ b/external/mit/xorg/lib/dri.old/Makefile    Sat Jul 01 15:16:46 2023 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2022/09/29 18:58:04 rjs Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/01 15:16:46 rillig Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
-# XXX: anonymous structs inside anonymous unions don't work.
-NOLINT=yes
+# When build_id.c expands the macro invocation 'ElfW(Nhdr)', the result is
+# 'Elf64 /* MD native binary size */ _Nhdr'. The comment prevents the two
+# identifiers from being concatenated.
+build_id.ln:
+       touch $@
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index