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/rpcbind Mystery solved: The build wo...



details:   https://anonhg.NetBSD.org/src/rev/0df5e41e0327
branches:  trunk
changeset: 785273:0df5e41e0327
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 06 13:36:50 2013 +0000

description:
Mystery solved: The build worked for me because the my src tree is in /usr/src.
Refer to the correct source tree instead of the conventionally correct one.

diffstat:

 tests/fs/nfs/nfsservice/rpcbind/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 2e3ff1619c2b -r 0df5e41e0327 tests/fs/nfs/nfsservice/rpcbind/Makefile.inc
--- a/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc      Wed Mar 06 13:35:22 2013 +0000
+++ b/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc      Wed Mar 06 13:36:50 2013 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.2 2010/08/03 17:24:45 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.3 2013/03/06 13:36:50 christos Exp $
 
 SRCS.rumpnfsd+=        check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
                rpcb_svc.c rpcb_svc_com.c security.c util.c 
 
-LIBRPCDIR=        /usr/src/lib/libc/rpc
+LIBRPCDIR=        ${NETBSDSRCDIR}/lib/libc/rpc
 
 CPPFLAGS+=     -I${LIBRPCDIR} -DPORTMAP -DLIBWRAP
 



Home | Main Index | Thread Index | Old Index