Module Name:    src
Committed By:   uebayasi
Date:           Thu Sep  3 01:09:38 UTC 2015

Modified Files:
        src/sys/conf: Makefile.kern.inc
        src/sys/kern: files.kern

Log Message:
Build conf/param.c normally.


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.8 -r1.9 src/sys/kern/files.kern

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.225 src/sys/conf/Makefile.kern.inc:1.226
--- src/sys/conf/Makefile.kern.inc:1.225	Wed Sep  2 23:03:41 2015
+++ src/sys/conf/Makefile.kern.inc	Thu Sep  3 01:09:38 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.225 2015/09/02 23:03:41 uebayasi Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.226 2015/09/03 01:09: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}.
@@ -195,22 +195,12 @@ SYSLIBCOMPATLN?=	${COMPATLIBLN}
 ##
 
 .if !defined(___USE_SUFFIX_RULES___)
-MI_CFILES=	param.c
-MI_CFILES+=	devsw.c ioconf.c
-.else
-MI_CFILES=	conf/param.c
+MI_CFILES=	devsw.c ioconf.c
 .endif
 
 # the need for a MI_SFILES variable is dubitable at best
 MI_OBJS=${MI_CFILES:S/.c/.o/}
 
-.if !defined(___USE_SUFFIX_RULES___)
-param.c: $S/conf/param.c
-	${_MKTARGET_CREATE}
-	rm -f param.c
-	cp $S/conf/param.c .
-.endif
-
 ##
 ## (5) link settings
 ##

Index: src/sys/kern/files.kern
diff -u src/sys/kern/files.kern:1.8 src/sys/kern/files.kern:1.9
--- src/sys/kern/files.kern:1.8	Fri Aug 21 02:18:18 2015
+++ src/sys/kern/files.kern	Thu Sep  3 01:09:38 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: files.kern,v 1.8 2015/08/21 02:18:18 uebayasi Exp $
+#	$NetBSD: files.kern,v 1.9 2015/09/03 01:09:38 uebayasi Exp $
 
 #
 # kernel sources
@@ -9,6 +9,7 @@ file	compat/common/compat_mod.c	compat_n
 file	compat/common/compat_sysv_mod.c	(compat_netbsd | compat_netbsd32) &
 					(sysvshm | sysvsem | sysvmsg)
 file	conf/debugsyms.c		kern
+file	conf/param.c			kern
 file	kern/bufq_disksort.c		bufq_disksort
 file	kern/bufq_fcfs.c		bufq_fcfs
 file	kern/bufq_priocscan.c		bufq_priocscan

Reply via email to