Module Name:    src
Committed By:   pooka
Date:           Wed Dec  9 15:38:07 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
Since rumpfs is no longer a module, remove rump_module from the
list of sources.  This, in a rather curious twist of linker magic,
broke anything using rump file systems when librumpvfs was compiled
with LIBDPLIBS pointing to librump.

Thanks to the several people who reported the problem, and especially
Arnaud Ysmal for noticing the paramount symptom that components
compiled in src/lib did not work while ones compiled in sys/rump/librump
did work.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

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/librump/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.21 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.22
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.21	Fri Nov 27 17:54:24 2009
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs	Wed Dec  9 15:38:07 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpvfs,v 1.21 2009/11/27 17:54:24 pooka Exp $
+#	$NetBSD: Makefile.rumpvfs,v 1.22 2009/12/09 15:38:07 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -17,7 +17,7 @@
 # 
 SRCS=	rump_vfs.c devnodes.c rumpblk.c rumpfs.c vm_vfs.c
 
-SRCS+=	fstrans_stub.c vfsops_stub.c rump_module.c
+SRCS+=	fstrans_stub.c vfsops_stub.c
 
 SRCS+=	rumpvfs_if_wrappers.c
 

Reply via email to