Source-Changes-HG archive

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

[src/trunk]: src/tests/fs .PARSEDIR doesn't work. at least not for me. Use .C...



details:   https://anonhg.NetBSD.org/src/rev/df8a8f41c7f0
branches:  trunk
changeset: 756808:df8a8f41c7f0
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Aug 03 17:24:45 2010 +0000

description:
.PARSEDIR doesn't work. at least not for me. Use .CURDIR instead
which makes a build with objdir succeed.

diffstat:

 tests/fs/common/Makefile                     |  3 ++-
 tests/fs/common/nfsrpc/Makefile.inc          |  4 +---
 tests/fs/nfs/nfsservice/Makefile             |  3 ++-
 tests/fs/nfs/nfsservice/rpcbind/Makefile.inc |  4 +---
 4 files changed, 6 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 46a5160b20e5 -r df8a8f41c7f0 tests/fs/common/Makefile
--- a/tests/fs/common/Makefile  Tue Aug 03 14:06:10 2010 +0000
+++ b/tests/fs/common/Makefile  Tue Aug 03 17:24:45 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2010/07/29 14:47:44 pooka Exp $
+#      $NetBSD: Makefile,v 1.5 2010/08/03 17:24:45 drochner Exp $
 #
 
 .include <bsd.own.mk>
@@ -9,6 +9,7 @@
 
 WARNS= 3
 
+.PATH: ${.CURDIR}/nfsrpc
 .include "nfsrpc/Makefile.inc"
 
 LIBISPRIVATE=  # yup
diff -r 46a5160b20e5 -r df8a8f41c7f0 tests/fs/common/nfsrpc/Makefile.inc
--- a/tests/fs/common/nfsrpc/Makefile.inc       Tue Aug 03 14:06:10 2010 +0000
+++ b/tests/fs/common/nfsrpc/Makefile.inc       Tue Aug 03 17:24:45 2010 +0000
@@ -1,8 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.1 2010/07/26 15:56:45 pooka Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2010/08/03 17:24:45 drochner Exp $
 #
 
-.PATH: ${.PARSEDIR}
-
 # libc rpc using rump syscalls
 SRCS+= bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_vc.c \
        rpc_generic.c rpc_soc.c rpcb_clnt.c \
diff -r 46a5160b20e5 -r df8a8f41c7f0 tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile  Tue Aug 03 14:06:10 2010 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile  Tue Aug 03 17:24:45 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/07/26 19:17:37 pooka Exp $
+#      $NetBSD: Makefile,v 1.4 2010/08/03 17:24:45 drochner Exp $
 #
 
 NOMAN= 1
@@ -32,6 +32,7 @@
 CPPFLAGS+=     -I${.CURDIR}/../../common/nfsrpc
 DBG=-g
 
+.PATH: ${.CURDIR}/rpcbind
 .include "rpcbind/Makefile.inc"
 #.include "rpc/Makefile.inc"
 
diff -r 46a5160b20e5 -r df8a8f41c7f0 tests/fs/nfs/nfsservice/rpcbind/Makefile.inc
--- a/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc      Tue Aug 03 14:06:10 2010 +0000
+++ b/tests/fs/nfs/nfsservice/rpcbind/Makefile.inc      Tue Aug 03 17:24:45 2010 +0000
@@ -1,6 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2010/07/26 15:53:00 pooka Exp $
-
-.PATH: ${.PARSEDIR}
+#      $NetBSD: Makefile.inc,v 1.2 2010/08/03 17:24:45 drochner 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 



Home | Main Index | Thread Index | Old Index