.PARSEDIR doesn't work. at least not for me. Use .CURDIR instead
which makes a build with objdir succeed.
This commit is contained in:
parent
30faf1fe35
commit
55e1e4c9f3
@ -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 @@ SRCS= fstest_ext2fs.c fstest_ffs.c fstest_lfs.c fstest_msdosfs.c \
|
||||
|
||||
WARNS= 3
|
||||
|
||||
.PATH: ${.CURDIR}/nfsrpc
|
||||
.include "nfsrpc/Makefile.inc"
|
||||
|
||||
LIBISPRIVATE= # yup
|
||||
|
@ -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 \
|
||||
|
@ -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+= -DRUMP_SYS_NETWORKING
|
||||
CPPFLAGS+= -I${.CURDIR}/../../common/nfsrpc
|
||||
DBG=-g
|
||||
|
||||
.PATH: ${.CURDIR}/rpcbind
|
||||
.include "rpcbind/Makefile.inc"
|
||||
#.include "rpc/Makefile.inc"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user