Module Name: src
Committed By: snj
Date: Wed Aug 9 06:03:47 UTC 2017
Modified Files:
src/lib/libc [netbsd-8]: Makefile.inc
Log Message:
Apply patch (requested by mrg in ticket #204):
Don't define _DIAGNOSTIC in libc. When this was introduced in revision
1.9, it was intended to be turned off for release branches.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.8.1 src/lib/libc/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/lib/libc/Makefile.inc
diff -u src/lib/libc/Makefile.inc:1.18 src/lib/libc/Makefile.inc:1.18.8.1
--- src/lib/libc/Makefile.inc:1.18 Fri Aug 28 11:45:02 2015
+++ src/lib/libc/Makefile.inc Wed Aug 9 06:03:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2015/08/28 11:45:02 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.18.8.1 2017/08/09 06:03:47 snj Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -29,7 +29,7 @@ RUMPRUN?= no
WARNS=5
CPPFLAGS+= -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT
-CPPFLAGS+= -D_DIAGNOSTIC
+#CPPFLAGS+= -D_DIAGNOSTIC
.if defined(MLIBDIR)
CPPFLAGS+= -DMLIBDIR=\"${MLIBDIR}\"
.endif