Module Name: src
Committed By: christos
Date: Thu Jan 12 19:10:34 UTC 2017
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
disable until we fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 src/share/mk/bsd.sys.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.sys.mk
diff -u src/share/mk/bsd.sys.mk:1.265 src/share/mk/bsd.sys.mk:1.266
--- src/share/mk/bsd.sys.mk:1.265 Thu Jan 12 11:47:18 2017
+++ src/share/mk/bsd.sys.mk Thu Jan 12 14:10:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.265 2017/01/12 16:47:18 christos Exp $
+# $NetBSD: bsd.sys.mk,v 1.266 2017/01/12 19:10:34 christos Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -56,7 +56,7 @@ CFLAGS+= -Wno-sign-compare
# Don't suppress warnings coming from constructs in system headers.
# Our system headers should be clean and we want to warn about things like:
# isdigit((char)1)
-CFLAGS+= -Wsystem-headers
+#CFLAGS+= -Wsystem-headers
CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-traditional :}
.if !defined(NOGCCERROR)
# Set assembler warnings to be fatal