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 Now that Makefile.rump is included ...



details:   https://anonhg.NetBSD.org/src/rev/16e3378136a2
branches:  trunk
changeset: 325176:16e3378136a2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 09 20:44:00 2013 +0000

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

diffstat:

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

diffs (18 lines):

diff -r b0e94812ff06 -r 16e3378136a2 sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Mon Dec 09 19:47:59 2013 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Mon Dec 09 20:44:00 2013 +0000
@@ -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 @@
 #
 # 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
 



Home | Main Index | Thread Index | Old Index