Source-Changes-HG archive

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

[src/trunk]: src/sys/conf genassym.cf and machdep.c are _KERNEL_OPT'ed, don't...



details:   https://anonhg.NetBSD.org/src/rev/9c5df99921b7
branches:  trunk
changeset: 340261:9c5df99921b7
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Aug 29 15:37:18 2015 +0000

description:
genassym.cf and machdep.c are _KERNEL_OPT'ed, don't depend on Makefile.

diffstat:

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

diffs (19 lines):

diff -r 9523ddd2ad77 -r 9c5df99921b7 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Aug 29 15:06:35 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Aug 29 15:37:18 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.205 2015/08/29 15:06:35 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.206 2015/08/29 15:37:18 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -362,9 +362,6 @@
 # depend on MEMORY_DISK_IMAGE configuration
 md_root.o: Makefile
 
-# depend on maxusers and CPU configuration
-assym.h machdep.o: Makefile
-
 ##
 ## (7) misc targets: install, clean(dir), depend(all), lint, links, tags,
 ##                   cscope, mkid



Home | Main Index | Thread Index | Old Index