Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Change all install media to use ipty instead of pty0
details: https://anonhg.NetBSD.org/src/rev/00206fd9cb8a
branches: trunk
changeset: 780983:00206fd9cb8a
user: martin <martin%NetBSD.org@localhost>
date: Tue Aug 14 07:24:40 2012 +0000
description:
Change all install media to use ipty instead of pty0
diffstat:
distrib/emips/ramdisk/Makefile | 4 ++--
distrib/evbppc/ramdisk/Makefile | 4 ++--
distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile | 4 ++--
distrib/i386/ramdisks/ramdisk-tiny/Makefile | 4 ++--
distrib/ibmnws/netboot/ramdisk/Makefile | 4 ++--
distrib/pmax/ramdisk/Makefile | 4 ++--
distrib/sandpoint/ramdisk/Makefile | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
diffs (120 lines):
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/emips/ramdisk/Makefile
--- a/distrib/emips/ramdisk/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/emips/ramdisk/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:44 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2012/08/14 07:24:40 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
-MAKEDEVTARGETS= minimal pty0 ace0 ace1
+MAKEDEVTARGETS= minimal ipty ace0 ace1
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.hdprofile dot.profile \
${DESTDIR}/usr/mdec/boot.emips ${DESTDIR}/usr/mdec/bootxx_ffs \
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/evbppc/ramdisk/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/07/27 22:40:48 matt Exp $
+# $NetBSD: Makefile,v 1.16 2012/08/14 07:24:40 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -21,7 +21,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
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty
MAKEDEVTARGETS+= ld0 ld1
MAKEDEVTARGETS+= drvctl dk0 dk1 dk2 dk3
MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2012/08/14 07:24:40 martin Exp $
BOOTMODEL= tiny
IMAGE= ramdisk-rescue${BOOTMODEL}.fs
IMAGESIZE= 1500k
-MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
+MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 ipty ttyv0
MAKEFS_FLAGS= -f 20
STRIP=${OBJCOPY} -S -R .ident -R .note
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/i386/ramdisks/ramdisk-tiny/Makefile
--- a/distrib/i386/ramdisks/ramdisk-tiny/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/i386/ramdisks/ramdisk-tiny/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2012/08/14 07:24:41 martin Exp $
BOOTMODEL= tiny
IMAGE= ramdisk-${BOOTMODEL}.fs
IMAGESIZE= 1504k
-MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
+MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 ipty ttyv0
MAKEFS_FLAGS= -f 10
USE_SYSINST= en
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/ibmnws/netboot/ramdisk/Makefile
--- a/distrib/ibmnws/netboot/ramdisk/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/ibmnws/netboot/ramdisk/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/02/23 00:22:07 kiyohara Exp $
+# $NetBSD: Makefile,v 1.11 2012/08/14 07:24:41 martin 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
+MAKEDEVTARGETS= std md0 ipty
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.profile \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/pmax/ramdisk/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2010/02/11 09:06:50 roy Exp $
+# $NetBSD: Makefile,v 1.46 2012/08/14 07:24:41 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -16,7 +16,7 @@
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
-MAKEDEVTARGETS= minimal pty0
+MAKEDEVTARGETS= minimal ipty
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.profile \
${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
diff -r 173ecf3bcb9a -r 00206fd9cb8a distrib/sandpoint/ramdisk/Makefile
--- a/distrib/sandpoint/ramdisk/Makefile Tue Aug 14 05:14:53 2012 +0000
+++ b/distrib/sandpoint/ramdisk/Makefile Tue Aug 14 07:24:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/05/11 21:22:10 nisimura Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/14 07:24:41 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
-MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 sd0 cd0 pty0 satmgr raid0 raid1
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 sd0 cd0 ipty satmgr raid0 raid1
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.profile \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
Home |
Main Index |
Thread Index |
Old Index