Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add CWARNFLAGS.<fn>



details:   https://anonhg.NetBSD.org/src/rev/b7ec3e77e1c9
branches:  trunk
changeset: 581370:b7ec3e77e1c9
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jun 01 00:11:32 2005 +0000

description:
Add CWARNFLAGS.<fn>

diffstat:

 sys/conf/Makefile.kern.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 80ddb39cd3d4 -r b7ec3e77e1c9 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Wed Jun 01 00:02:17 2005 +0000
+++ b/sys/conf/Makefile.kern.inc        Wed Jun 01 00:11:32 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.64 2005/05/31 14:59:31 yamt Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.65 2005/06/01 00:11:32 uwe Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -405,6 +405,7 @@
 
 CFLAGS+=       ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}}
 CPPFLAGS+=     ${CPPFLAGS.${.IMPSRC:T}}
+CWARNFLAGS+=   ${CWARNFLAGS.${.IMPSRC:T}}
 
 ##
 ## the end



Home | Main Index | Thread Index | Old Index