Source-Changes-HG archive

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

[src/trunk]: src/share/mk disable until we fix the build.



details:   https://anonhg.NetBSD.org/src/rev/41e062afe6e6
branches:  trunk
changeset: 350494:41e062afe6e6
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 12 19:10:34 2017 +0000

description:
disable until we fix the build.

diffstat:

 share/mk/bsd.sys.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd365f70cc93 -r 41e062afe6e6 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Thu Jan 12 19:10:00 2017 +0000
+++ b/share/mk/bsd.sys.mk       Thu Jan 12 19:10:34 2017 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index