Source-Changes-HG archive

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

[src/trunk]: src Test for barebones rump network config (i.e. just rumpnet an...



details:   https://anonhg.NetBSD.org/src/rev/6b85135ff2a3
branches:  trunk
changeset: 754760:6b85135ff2a3
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue May 11 20:36:04 2010 +0000

description:
Test for barebones rump network config (i.e. just rumpnet and kernel base).

diffstat:

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

diffs (27 lines):

diff -r 3340cdad6de7 -r 6b85135ff2a3 build.sh
--- a/build.sh  Tue May 11 20:25:14 2010 +0000
+++ b/build.sh  Tue May 11 20:36:04 2010 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.234 2010/05/09 18:53:03 morr Exp $
+#      $NetBSD: build.sh,v 1.235 2010/05/11 20:36:04 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.234 2010/05/09 18:53:03 morr Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.235 2010/05/11 20:36:04 pooka Exp $
 # with these arguments: ${_args}
 #
 
@@ -1553,6 +1553,7 @@
        -lrump,
        -lrumpvfs -lrump,
        -lrumpdev -lrump,
+       -lrumpnet -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