Tue Dec 6 18:12:25 2011 UTC ()
Remove the unneeded rump component; the library already includes the
module code that will be initialised by rump.

Fix PR/44708, t_zpool:create test failure for RUMP_LOCKDEBUG=yes
builds.


(njoly)
diff -r1.1 -r1.2 src/sys/rump/kern/lib/libsolaris/Makefile
diff -r1.1 -r0 src/sys/rump/kern/lib/libsolaris/component.c

cvs diff -r1.1 -r1.2 src/sys/rump/kern/lib/libsolaris/Makefile (expand / switch to unified diff)

--- src/sys/rump/kern/lib/libsolaris/Makefile 2011/01/18 22:21:23 1.1
+++ src/sys/rump/kern/lib/libsolaris/Makefile 2011/12/06 18:12:25 1.2
@@ -1,18 +1,13 @@ @@ -1,18 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2011/01/18 22:21:23 haad Exp $ 1# $NetBSD: Makefile,v 1.2 2011/12/06 18:12:25 njoly Exp $
2# 2#
3 3
4S!= cd ${.PARSEDIR}/../../../../;pwd 4S!= cd ${.PARSEDIR}/../../../../;pwd
5 5
6.include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod" 6.include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod"
7 7
8LIB= rumpkern_solaris 8LIB= rumpkern_solaris
9 9
10# RUMP Stuff 
11CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\ 
12 -I${RUMPTOP}/librump/rumpdev 
13CPPFLAGS+= -DASSERT=KASSERT 10CPPFLAGS+= -DASSERT=KASSERT
14 11
15SRCS+= component.c 
16 
17.include <bsd.lib.mk> 12.include <bsd.lib.mk>
18.include <bsd.klinks.mk> 13.include <bsd.klinks.mk>

File Deleted: src/sys/rump/kern/lib/libsolaris/Attic/component.c