Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Now that MAXUSERS is in opt_param.h, param.o doesn'...



details:   https://anonhg.NetBSD.org/src/rev/1fb493a79636
branches:  trunk
changeset: 340263:1fb493a79636
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Aug 29 15:58:38 2015 +0000

description:
Now that MAXUSERS is in opt_param.h, param.o doesn't depend on Makefile.

diffstat:

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

diffs (18 lines):

diff -r 509e8fde0c39 -r 1fb493a79636 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Aug 29 15:51:53 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Aug 29 15:58:38 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.207 2015/08/29 15:51:53 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.208 2015/08/29 15:58: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}.
@@ -205,8 +205,6 @@
        rm -f param.c
        cp $S/conf/param.c .
 
-param.o: Makefile
-
 .for _cfile in ${MI_CFILES}
 ${_cfile:T:R}.o: ${_cfile}
        ${NORMAL_C}



Home | Main Index | Thread Index | Old Index