Module Name: src
Committed By: christos
Date: Tue Dec 14 23:57:48 UTC 2021
Modified Files:
src/external/gpl3/gdb/lib: Makefile.inc
Log Message:
Disable lint, some of the code is c++ and some we can't handle __extension__
in struct in libctf ctf-error.c
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/lib/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/lib/Makefile.inc
diff -u src/external/gpl3/gdb/lib/Makefile.inc:1.1 src/external/gpl3/gdb/lib/Makefile.inc:1.2
--- src/external/gpl3/gdb/lib/Makefile.inc:1.1 Sun Sep 25 23:02:44 2011
+++ src/external/gpl3/gdb/lib/Makefile.inc Tue Dec 14 18:57:48 2021
@@ -1 +1,3 @@
+# C++ and some __extension__ stuff we don't handle
+MKLINT:=no
.include "../Makefile.inc"