Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/nfs/nfsservice Install the exports file too so that...
details: https://anonhg.NetBSD.org/src/rev/0120737359d7
branches: trunk
changeset: 756633:0120737359d7
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jul 26 19:17:37 2010 +0000
description:
Install the exports file too so that the server can find it.
diffstat:
tests/fs/nfs/nfsservice/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 023c26b8cfcc -r 0120737359d7 tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile Mon Jul 26 18:51:02 2010 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile Mon Jul 26 19:17:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/07/26 16:17:21 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2010/07/26 19:17:37 pooka Exp $
#
NOMAN= 1
@@ -7,6 +7,10 @@
TESTSDIR= ${TESTSBASE}/fs/nfs/nfsservice
ATFFILE= no
+# install pre-generated /etc/exports
+FILES+= exports
+FILESDIR_exports= ${TESTSDIR}
+
VFSTESTDIR != cd ${.CURDIR}/../../common && ${PRINTOBJDIR}
LDADD+= -L${VFSTESTDIR} -Wl,--whole-archive -lvfstest -Wl,--no-whole-archive
Home |
Main Index |
Thread Index |
Old Index