Source-Changes-HG archive

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

[src/trunk]: src/sys/conf conf.c doesn't exist.



details:   https://anonhg.NetBSD.org/src/rev/9523ddd2ad77
branches:  trunk
changeset: 340260:9523ddd2ad77
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Aug 29 15:06:35 2015 +0000

description:
conf.c doesn't exist.

autoconf.c exists, but it's just a C file, no need to depend on Makefile.

diffstat:

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

diffs (19 lines):

diff -r 14621bf3b681 -r 9523ddd2ad77 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Aug 29 14:43:38 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Aug 29 15:06:35 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.204 2015/08/29 14:43:38 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.205 2015/08/29 15:06:35 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 root or device configuration
-autoconf.o conf.o: Makefile
-
 # depend on maxusers and CPU configuration
 assym.h machdep.o: Makefile
 



Home | Main Index | Thread Index | Old Index