Module Name: src
Committed By: pooka
Date: Mon Dec 9 20:44:00 UTC 2013
Modified Files:
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs
Log Message:
Now that Makefile.rump is included here first, do not override any
SRCS it adds. This is required for linksyms_sun.c used when linking
with the Solaris linker.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.39
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.38 Mon Dec 9 17:57:11 2013
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Mon Dec 9 20:44:00 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpvfs,v 1.38 2013/12/09 17:57:11 pooka Exp $
+# $NetBSD: Makefile.rumpvfs,v 1.39 2013/12/09 20:44:00 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -18,7 +18,7 @@ LIB= rumpvfs
#
# Source modules, first the ones specifically implemented for librump.
#
-SRCS= rump_vfs.c devnodes.c devnull.c rumpblk.c rumpfs.c vm_vfs.c
+SRCS+= rump_vfs.c devnodes.c devnull.c rumpblk.c rumpfs.c vm_vfs.c
SRCS+= rumpvfs_if_wrappers.c