Thu Oct 16 19:06:40 2008 UTC ()
Ignore stack-protector, since with nfs_bio.c it gets its life force
drained out.  Yes, this is a quick kludge, should rather fix
nfs_bio.c to be less silly.


(pooka)
diff -r1.5 -r1.6 src/sys/rump/fs/lib/libnfs/Makefile

cvs diff -r1.5 -r1.6 src/sys/rump/fs/lib/libnfs/Makefile (expand / switch to unified diff)

--- src/sys/rump/fs/lib/libnfs/Makefile 2008/10/15 22:25:26 1.5
+++ src/sys/rump/fs/lib/libnfs/Makefile 2008/10/16 19:06:40 1.6
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2008/10/15 22:25:26 pooka Exp $ 1# $NetBSD: Makefile,v 1.6 2008/10/16 19:06:40 pooka Exp $
2# 2#
3 3
4.PATH: ${.CURDIR}/../../../../nfs 4.PATH: ${.CURDIR}/../../../../nfs
5 5
6LIB= rumpfs_nfs 6LIB= rumpfs_nfs
7 7
8SRCS= krpc_subr.c nfs_bio.c nfs_boot.c nfs_kq.c nfs_node.c \ 8SRCS= krpc_subr.c nfs_bio.c nfs_boot.c nfs_kq.c nfs_node.c \
9 nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c 9 nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
10 10
11SRCS+= stubs.c 11SRCS+= stubs.c
12 12
13CPPFLAGS+= -I${.CURDIR}/../../../net/lib/libnet/opt 13CPPFLAGS+= -I${.CURDIR}/../../../net/lib/libnet/opt
14CPPFLAGS+= -I${.CURDIR}/../../../net/lib/libnetinet/opt 14CPPFLAGS+= -I${.CURDIR}/../../../net/lib/libnetinet/opt
15 15
16.include <bsd.lib.mk> 16.include <bsd.lib.mk>
17.include <bsd.klinks.mk> 17.include <bsd.klinks.mk>
 18
 19CFLAGS+= -Wno-stack-protector