Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs order network libraries properly.
details: https://anonhg.NetBSD.org/src/rev/9e2974630ae8
branches: trunk
changeset: 347093:9e2974630ae8
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 13 11:21:06 2016 +0000
description:
order network libraries properly.
diffstat:
tests/fs/vfs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 57188401dcaf -r 9e2974630ae8 tests/fs/vfs/Makefile
--- a/tests/fs/vfs/Makefile Sat Aug 13 11:20:00 2016 +0000
+++ b/tests/fs/vfs/Makefile Sat Aug 13 11:21:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/01/07 22:24:03 pooka Exp $
+# $NetBSD: Makefile,v 1.21 2016/08/13 11:21:06 christos Exp $
#
.include <bsd.own.mk>
@@ -16,6 +16,8 @@
TESTS_C+= t_vfsops
TESTS_C+= t_vnops
+LDADD+=-lrumpnet_shmif -lrumpnet -lrumpnet_net -lrumpnet_netinet# TCP/IP
+LDADD+=-lrumpfs_nfs # NFS
LDADD+=-lrumpfs_ext2fs # ext2fs
LDADD+=-lrumpfs_ffs # ffs
LDADD+=-lrumpfs_lfs # lfs
@@ -33,8 +35,6 @@
VFSTESTDIR != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
LDADD+=-L${VFSTESTDIR} -lvfstest
-LDADD+=-lrumpfs_nfs # NFS
-LDADD+=-lrumpnet_shmif -lrumpnet_netinet -lrumpnet_net -lrumpnet
LDADD+=-lrumpvfs -lrumpkern_sysproxy -lrump -lrumpuser # base
LDADD+=-lpthread
Home |
Main Index |
Thread Index |
Old Index