Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Kernel depends on swap<kernel>.o too.



details:   https://anonhg.NetBSD.org/src/rev/678b47459b2d
branches:  trunk
changeset: 810543:678b47459b2d
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Sep 03 06:24:15 2015 +0000

description:
Kernel depends on swap<kernel>.o too.

diffstat:

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

diffs (18 lines):

diff -r de8c86990d97 -r 678b47459b2d sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Sep 03 06:10:53 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Sep 03 06:24:15 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.232 2015/09/03 06:10:53 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.233 2015/09/03 06:24:15 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -494,7 +494,7 @@
 CWARNFLAGS+=   ${CWARNFLAGS.${.IMPSRC:T}}
 
 .for k in ${KERNELS}
-${k}: ${SYSTEM_DEP:O} vers.o build_kernel
+${k}: ${SYSTEM_DEP:O} swap${k}.o vers.o build_kernel
 .endfor
 
 .if !defined(COPY_SYMTAB)



Home | Main Index | Thread Index | Old Index