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 don't refer to things that are irrel...



details:   https://anonhg.NetBSD.org/src/rev/2e3ff1619c2b
branches:  trunk
changeset: 785272:2e3ff1619c2b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 06 13:35:22 2013 +0000

description:
don't refer to things that are irrelevant or never existed.

diffstat:

 tests/fs/nfs/nfsservice/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 15fa61d8f77d -r 2e3ff1619c2b tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile  Wed Mar 06 11:52:53 2013 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile  Wed Mar 06 13:35:22 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2011/07/19 03:30:46 dholland Exp $
+#      $NetBSD: Makefile,v 1.7 2013/03/06 13:35:22 christos Exp $
 #
 
 NOMAN= 1
@@ -28,12 +28,9 @@
 
 CPPFLAGS+=     -DDEBUG -DMOUNT_NOMAIN -D_REENTRANT
 CPPFLAGS+=     -DRUMP_SYS_NETWORKING
-#CPPFLAGS+=    -DSVC_RUN_DEBUG
-CPPFLAGS+=     -I${.CURDIR}/../../common/nfsrpc
 
 .PATH: ${.CURDIR}/rpcbind
 .include "rpcbind/Makefile.inc"
-#.include "rpc/Makefile.inc"
 
 WARNS= 2
 



Home | Main Index | Thread Index | Old Index