Source-Changes-HG archive

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

[src/trunk]: src With driver modulization of if_loop.c through introduction of



details:   https://anonhg.NetBSD.org/src/rev/021a2f14737e
branches:  trunk
changeset: 819024:021a2f14737e
user:      ast <ast%NetBSD.org@localhost>
date:      Sun Nov 13 14:47:46 2016 +0000

description:
With driver modulization of if_loop.c through introduction of
sys/net/if_module.h, build.sh rumptest of -lrumpnet_virtif now also
requires -lrumpdev -lrumpvfs for if_loop.c:config_cfdriver_attach()
and kern_pmf.c:do_sys_sync().

diffstat:

 build.sh |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r e0a419f9b2e2 -r 021a2f14737e build.sh
--- a/build.sh  Sun Nov 13 13:59:45 2016 +0000
+++ b/build.sh  Sun Nov 13 14:47:46 2016 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.310 2016/06/03 00:00:01 kre Exp $
+#      $NetBSD: build.sh,v 1.311 2016/11/13 14:47:46 ast Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1876,7 +1876,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.310 2016/06/03 00:00:01 kre Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.311 2016/11/13 14:47:46 ast Exp $
 # with these arguments: ${_args}
 #
 
@@ -2100,7 +2100,8 @@
        -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,
+       -lrumpnet_virtif -lrumpnet_netinet -lrumpnet_net -lrumpnet 
+           -lrumpdev -lrumpvfs -lrump,
        -lrumpnet_sockin -lrumpfs_smbfs -lrumpdev_netsmb
            -lrumpkern_crypto -lrumpdev -lrumpnet -lrumpvfs -lrump,
        -lrumpnet_sockin -lrumpfs_nfs -lrumpnet -lrumpvfs -lrump,



Home | Main Index | Thread Index | Old Index