Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpvfs Since rumpfs is no longer a module, ...



details:   https://anonhg.NetBSD.org/src/rev/da36507a730c
branches:  trunk
changeset: 749810:da36507a730c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Dec 09 15:38:07 2009 +0000

description:
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.

diffstat:

 sys/rump/librump/rumpvfs/Makefile.rumpvfs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 08a94436138d -r da36507a730c sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Wed Dec 09 12:42:59 2009 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Wed Dec 09 15:38:07 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index