Source-Changes-HG archive

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

[src/netbsd-6]: src/distrib Pull up following revision(s) (requested by marti...



details:   https://anonhg.NetBSD.org/src/rev/92f002dabf00
branches:  netbsd-6
changeset: 774450:92f002dabf00
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Aug 15 01:26:19 2012 +0000

description:
Pull up following revision(s) (requested by martin in ticket #500):
        distrib/evbppc/ramdisk/Makefile: revision 1.16
        distrib/emips/ramdisk/Makefile: revision 1.2
        distrib/sandpoint/ramdisk/Makefile: revision 1.10
        distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.12
        distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile: revision 1.2
        distrib/ibmnws/netboot/ramdisk/Makefile: revision 1.11
        distrib/pmax/ramdisk/Makefile: revision 1.46
        distrib/i386/ramdisks/ramdisk-tiny/Makefile: revision 1.2
just make the installation ptys (ipty); change it to opty if more needed.
Change all install media to use ipty instead of pty0

diffstat:

 distrib/emips/ramdisk/Makefile                    |  4 ++--
 distrib/evbmips/instkernel/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 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (138 lines):

diff -r c3de272bf7ae -r 92f002dabf00 distrib/emips/ramdisk/Makefile
--- a/distrib/emips/ramdisk/Makefile    Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/emips/ramdisk/Makefile    Wed Aug 15 01:26:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/01/26 01:18:44 pooka Exp $
+#      $NetBSD: Makefile,v 1.1.8.1 2012/08/15 01:26:19 riz 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 c3de272bf7ae -r 92f002dabf00 distrib/evbmips/instkernel/ramdisk/Makefile
--- a/distrib/evbmips/instkernel/ramdisk/Makefile       Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile       Wed Aug 15 01:26:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2010/02/11 09:06:48 roy Exp $
+#      $NetBSD: Makefile,v 1.10.8.1 2012/08/15 01:26:20 riz 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 ipty ttyv0
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=       ${DISTRIBDIR}/utils/libhack
diff -r c3de272bf7ae -r 92f002dabf00 distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Wed Aug 15 01:26:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2012/02/01 21:57:13 matt Exp $
+#      $NetBSD: Makefile,v 1.11.2.1 2012/08/15 01:26:19 riz 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 ipty ttyv0
 MAKEDEVTARGETS+= ld0 ld1
 
 # Use stubs to eliminate some large stuff from libc
diff -r c3de272bf7ae -r 92f002dabf00 distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile Wed Aug 15 01:26:19 2012 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
+#      $NetBSD: Makefile,v 1.1.46.1 2012/08/15 01:26:20 riz 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 c3de272bf7ae -r 92f002dabf00 distrib/i386/ramdisks/ramdisk-tiny/Makefile
--- a/distrib/i386/ramdisks/ramdisk-tiny/Makefile       Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/i386/ramdisks/ramdisk-tiny/Makefile       Wed Aug 15 01:26:19 2012 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
+#      $NetBSD: Makefile,v 1.1.46.1 2012/08/15 01:26:21 riz 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 c3de272bf7ae -r 92f002dabf00 distrib/ibmnws/netboot/ramdisk/Makefile
--- a/distrib/ibmnws/netboot/ramdisk/Makefile   Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/ibmnws/netboot/ramdisk/Makefile   Wed Aug 15 01:26:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2010/02/11 09:06:49 roy Exp $
+#      $NetBSD: Makefile,v 1.9.8.1 2012/08/15 01:26:21 riz 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 ipty ttyv0
 IMAGEDEPENDS=  ${CRUNCHBIN} \
                dot.profile \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
diff -r c3de272bf7ae -r 92f002dabf00 distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Wed Aug 15 01:26:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.45 2010/02/11 09:06:50 roy Exp $
+#      $NetBSD: Makefile,v 1.45.8.1 2012/08/15 01:26:21 riz 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 c3de272bf7ae -r 92f002dabf00 distrib/sandpoint/ramdisk/Makefile
--- a/distrib/sandpoint/ramdisk/Makefile        Wed Aug 15 01:20:23 2012 +0000
+++ b/distrib/sandpoint/ramdisk/Makefile        Wed Aug 15 01:26:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2011/05/13 19:14:17 phx Exp $
+#      $NetBSD: Makefile,v 1.8.6.1 2012/08/15 01:26:20 riz 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 sd0 cd0 pty0 satmgr
+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