Module Name: src
Committed By: christos
Date: Wed Dec 15 13:28:29 UTC 2021
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.inc
Log Message:
no lint (c++)
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/external/gpl3/gcc/usr.bin/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/gcc/usr.bin/Makefile.inc
diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.33 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.34
--- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.33 Sun Apr 11 20:05:56 2021
+++ src/external/gpl3/gcc/usr.bin/Makefile.inc Wed Dec 15 08:28:29 2021
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.33 2021/04/12 00:05:56 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.34 2021/12/15 13:28:29 christos Exp $
.ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
_EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
+NOLINT=yes
NOCTF= # defined
.include <bsd.init.mk>