Module Name:    src
Committed By:   kiyohara
Date:           Thu Feb 23 00:22:08 UTC 2012

Modified Files:
        src/distrib/evbmips/instkernel/ramdisk: Makefile
        src/distrib/evbppc/ramdisk: Makefile
        src/distrib/ibmnws/netboot/ramdisk: Makefile

Log Message:
Fix build failure.  Remove unknown device ttyv0.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/evbmips/instkernel/ramdisk/Makefile
cvs rdiff -u -r1.11 -r1.12 src/distrib/evbppc/ramdisk/Makefile
cvs rdiff -u -r1.9 -r1.10 src/distrib/ibmnws/netboot/ramdisk/Makefile

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

Modified files:

Index: src/distrib/evbmips/instkernel/ramdisk/Makefile
diff -u src/distrib/evbmips/instkernel/ramdisk/Makefile:1.10 src/distrib/evbmips/instkernel/ramdisk/Makefile:1.11
--- src/distrib/evbmips/instkernel/ramdisk/Makefile:1.10	Thu Feb 11 09:06:48 2010
+++ src/distrib/evbmips/instkernel/ramdisk/Makefile	Thu Feb 23 00:22:08 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2010/02/11 09:06:48 roy Exp $
+#	$NetBSD: Makefile,v 1.11 2012/02/23 00:22:08 kiyohara Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,7 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
 
-MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 ttyv0
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack

Index: src/distrib/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.11 src/distrib/evbppc/ramdisk/Makefile:1.12
--- src/distrib/evbppc/ramdisk/Makefile:1.11	Wed Feb  1 21:57:13 2012
+++ src/distrib/evbppc/ramdisk/Makefile	Thu Feb 23 00:22:08 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2012/02/01 21:57:13 matt Exp $
+#	$NetBSD: Makefile,v 1.12 2012/02/23 00:22:08 kiyohara Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,7 +20,7 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
-MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 ttyv0
+MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0
 MAKEDEVTARGETS+= ld0 ld1
 
 # Use stubs to eliminate some large stuff from libc

Index: src/distrib/ibmnws/netboot/ramdisk/Makefile
diff -u src/distrib/ibmnws/netboot/ramdisk/Makefile:1.9 src/distrib/ibmnws/netboot/ramdisk/Makefile:1.10
--- src/distrib/ibmnws/netboot/ramdisk/Makefile:1.9	Thu Feb 11 09:06:49 2010
+++ src/distrib/ibmnws/netboot/ramdisk/Makefile	Thu Feb 23 00:22:07 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2010/02/11 09:06:49 roy Exp $
+#	$NetBSD: Makefile,v 1.10 2012/02/23 00:22:07 kiyohara Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@ CRUNCHGEN_FLAGS= -d "${DBG}"
 LISTS=		${.CURDIR}/list
 MTREECONF=	${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=	be
-MAKEDEVTARGETS=	std md0 pty0 ttyv0
+MAKEDEVTARGETS=	std md0 pty0
 IMAGEDEPENDS=	${CRUNCHBIN} \
 		dot.profile \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \

Reply via email to