Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot add ipty to the list of MAKEDEVTARGET...



details:   https://anonhg.NetBSD.org/src/rev/1db193f8a838
branches:  trunk
changeset: 781091:1db193f8a838
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 18 09:33:25 2012 +0000

description:
add ipty to the list of MAKEDEVTARGETS.  should fix PR#46812.
certainly makes the qemu/sparc install work for me with netbsd-6.

XXX: pullup.

diffstat:

 distrib/sparc/miniroot/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 4a7b88d6ffc1 -r 1db193f8a838 distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Sat Aug 18 08:54:06 2012 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Sat Aug 18 09:33:25 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.18 2010/02/11 09:06:50 roy Exp $
+#      $NetBSD: Makefile.inc,v 1.19 2012/08/18 09:33:25 mrg Exp $
 
 IMAGESIZE=     8192k
 DBG=           -Os
 MAKEFS_FLAGS=   -o density=4k
 IMAGEENDIAN=   be
-MAKEDEVTARGETS=        all
+MAKEDEVTARGETS=        all ipty
 LISTS+=                ${DISTRIBDIR}/common/list.sysinst
 IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
                ${DESTDIR}/usr/mdec/boot \



Home | Main Index | Thread Index | Old Index