Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf netbsd depends on $S/kern/kern_ksyms_buf.c; rarely ...
details: https://anonhg.NetBSD.org/src/rev/d41620496ac5
branches: trunk
changeset: 340202:d41620496ac5
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Aug 27 06:28:09 2015 +0000
description:
netbsd depends on $S/kern/kern_ksyms_buf.c; rarely updated but better safe.
diffstat:
sys/conf/Makefile.kern.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 08f3a7d7f4c7 -r d41620496ac5 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Thu Aug 27 05:51:50 2015 +0000
+++ b/sys/conf/Makefile.kern.inc Thu Aug 27 06:28:09 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.195 2015/08/27 03:20:13 uebayasi Exp $
+# $NetBSD: Makefile.kern.inc,v 1.196 2015/08/27 06:28:09 uebayasi Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -583,6 +583,9 @@
${SYSTEM_LD} ${.TARGET} swap${.TARGET}.o
${SYSTEM_LD_TAIL_STAGE2}
.else
+.for k in ${KERNELS}
+${k}: $S/kern/kern_ksyms_buf.c
+.endfor
build_kernel: .USE
${CC} ${CFLAGS} ${CPPFLAGS} -DCOPY_SYMTAB \
-c $S/kern/kern_ksyms_buf.c -o kern_ksyms_buf.o
Home |
Main Index |
Thread Index |
Old Index