Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin no lint (c++)



details:   https://anonhg.NetBSD.org/src/rev/287562b0ae71
branches:  trunk
changeset: 1027688:287562b0ae71
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 15 13:28:29 2021 +0000

description:
no lint (c++)

diffstat:

 external/gpl3/gcc/usr.bin/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 21dd255561ea -r 287562b0ae71 external/gpl3/gcc/usr.bin/Makefile.inc
--- a/external/gpl3/gcc/usr.bin/Makefile.inc    Wed Dec 15 13:22:34 2021 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile.inc    Wed Dec 15 13:28:29 2021 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index