Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Allow analyze to work by including bsd.clang-analyz...



details:   https://anonhg.NetBSD.org/src/rev/2e4a9a195791
branches:  trunk
changeset: 769897:2e4a9a195791
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Sep 25 22:26:33 2011 +0000

description:
Allow analyze to work by including bsd.clang-analyze.mk for kernels

diffstat:

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

diffs (17 lines):

diff -r dc8897723f88 -r 2e4a9a195791 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sun Sep 25 21:47:22 2011 +0000
+++ b/sys/conf/Makefile.kern.inc        Sun Sep 25 22:26:33 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.148 2011/08/31 20:16:43 plunky Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.149 2011/09/25 22:26:33 joerg Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -532,6 +532,7 @@
 CWARNFLAGS+=   ${CWARNFLAGS.${.IMPSRC:T}}
 
 .include <bsd.files.mk>
+.include <bsd.clang-analyze.mk>
 
 ##
 ## the end



Home | Main Index | Thread Index | Old Index