Source-Changes-HG archive

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

[src/trunk]: src add tty to rumptest



details:   https://anonhg.NetBSD.org/src/rev/fdb3d1a8f1a6
branches:  trunk
changeset: 755715:fdb3d1a8f1a6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jun 17 08:19:02 2010 +0000

description:
add tty to rumptest

diffstat:

 build.sh |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c153485aeeab -r fdb3d1a8f1a6 build.sh
--- a/build.sh  Thu Jun 17 07:13:34 2010 +0000
+++ b/build.sh  Thu Jun 17 08:19:02 2010 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.236 2010/05/27 05:41:54 pgoyette Exp $
+#      $NetBSD: build.sh,v 1.237 2010/06/17 08:19:02 pooka Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1361,7 +1361,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.236 2010/05/27 05:41:54 pgoyette Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.237 2010/06/17 08:19:02 pooka Exp $
 # with these arguments: ${_args}
 #
 
@@ -1554,6 +1554,7 @@
        -lrumpvfs -lrump,
        -lrumpdev -lrump,
        -lrumpnet -lrump,
+       -lrumpkern_tty -lrumpvfs -lrump,
        -lrumpfs_tmpfs -lrumpvfs -lrump,
        -lrumpfs_ffs -lrumpfs_msdos -lrumpvfs -lrumpdev_disk -lrumpdev -lrump,
        -lrumpnet_virtif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump,



Home | Main Index | Thread Index | Old Index