Source-Changes-HG archive

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

[src/trunk]: src/distrib Fix build failure. Remove unknown device ttyv0.



details:   https://anonhg.NetBSD.org/src/rev/70be566ebc32
branches:  trunk
changeset: 777557:70be566ebc32
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Feb 23 00:22:07 2012 +0000

description:
Fix build failure.  Remove unknown device ttyv0.

diffstat:

 distrib/evbmips/instkernel/ramdisk/Makefile |  4 ++--
 distrib/evbppc/ramdisk/Makefile             |  4 ++--
 distrib/ibmnws/netboot/ramdisk/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 8addd3266e0c -r 70be566ebc32 distrib/evbmips/instkernel/ramdisk/Makefile
--- a/distrib/evbmips/instkernel/ramdisk/Makefile       Wed Feb 22 23:11:20 2012 +0000
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile       Thu Feb 23 00:22:07 2012 +0000
@@ -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 @@
                ${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
diff -r 8addd3266e0c -r 70be566ebc32 distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Wed Feb 22 23:11:20 2012 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Thu Feb 23 00:22:07 2012 +0000
@@ -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 @@
                ${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
diff -r 8addd3266e0c -r 70be566ebc32 distrib/ibmnws/netboot/ramdisk/Makefile
--- a/distrib/ibmnws/netboot/ramdisk/Makefile   Wed Feb 22 23:11:20 2012 +0000
+++ b/distrib/ibmnws/netboot/ramdisk/Makefile   Thu Feb 23 00:22:07 2012 +0000
@@ -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 @@
 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 \



Home | Main Index | Thread Index | Old Index