Module Name: src Committed By: njoly Date: Tue Dec 6 18:12:25 UTC 2011
Modified Files: src/sys/rump/kern/lib/libsolaris: Makefile Removed Files: src/sys/rump/kern/lib/libsolaris: component.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libsolaris/Makefile cvs rdiff -u -r1.1 -r0 src/sys/rump/kern/lib/libsolaris/component.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/kern/lib/libsolaris/Makefile diff -u src/sys/rump/kern/lib/libsolaris/Makefile:1.1 src/sys/rump/kern/lib/libsolaris/Makefile:1.2 --- src/sys/rump/kern/lib/libsolaris/Makefile:1.1 Tue Jan 18 22:21:23 2011 +++ src/sys/rump/kern/lib/libsolaris/Makefile Tue Dec 6 18:12:25 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/01/18 22:21:23 haad Exp $ +# $NetBSD: Makefile,v 1.2 2011/12/06 18:12:25 njoly Exp $ # S!= cd ${.PARSEDIR}/../../../../;pwd @@ -7,12 +7,7 @@ S!= cd ${.PARSEDIR}/../../.. LIB= rumpkern_solaris -# RUMP Stuff -CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\ - -I${RUMPTOP}/librump/rumpdev CPPFLAGS+= -DASSERT=KASSERT -SRCS+= component.c - .include <bsd.lib.mk> .include <bsd.klinks.mk>