Source-Changes-HG archive

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

[src/trunk]: src/sys/conf I don't see how uipc_proto.c can change its content...



details:   https://anonhg.NetBSD.org/src/rev/f4ae848df97c
branches:  trunk
changeset: 810401:f4ae848df97c
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Aug 29 14:43:38 2015 +0000

description:
I don't see how uipc_proto.c can change its content by Makefile, don't depend
on Makefile.  vfs_conf.c doesn't even exist, remove it too.

diffstat:

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

diffs (19 lines):

diff -r 5f9074c4b02e -r f4ae848df97c sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Aug 29 14:07:45 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Aug 29 14:43:38 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.203 2015/08/29 14:07:45 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.204 2015/08/29 14:43:38 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -365,9 +365,6 @@
 # depend on root or device configuration
 autoconf.o conf.o: Makefile
 
-# depend on network or filesystem configuration
-uipc_proto.o vfs_conf.o: Makefile
-
 # depend on maxusers and CPU configuration
 assym.h machdep.o: Makefile
 



Home | Main Index | Thread Index | Old Index