Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Fix rump build: rndpseudo_50.c now needed by kernel...



details:   https://anonhg.NetBSD.org/src/rev/ec1ccb4c042f
branches:  trunk
changeset: 337438:ec1ccb4c042f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 14 13:32:34 2015 +0000

description:
Fix rump build: rndpseudo_50.c now needed by kernel, not rnd device.

diffstat:

 sys/rump/dev/lib/librnd/Makefile            |  7 +------
 sys/rump/librump/rumpkern/Makefile.rumpkern |  3 ++-
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r f99666fa1fb3 -r ec1ccb4c042f sys/rump/dev/lib/librnd/Makefile
--- a/sys/rump/dev/lib/librnd/Makefile  Tue Apr 14 13:26:58 2015 +0000
+++ b/sys/rump/dev/lib/librnd/Makefile  Tue Apr 14 13:32:34 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/03/13 01:52:37 pooka Exp $
+#      $NetBSD: Makefile,v 1.8 2015/04/14 13:32:34 riastradh Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev
@@ -9,11 +9,6 @@
 
 SRCS+= rnd_component.c
 
-# sys/rump/Makefile.rump sets CPPFLAGS+= -DCOMPAT_50=1,
-# so we need rndpseudo_50.c from the compat/common directory.
-.PATH: ${.CURDIR}/../../../../compat/common
-SRCS+= rndpseudo_50.c
-
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpvfs
 
 .include <bsd.lib.mk>
diff -r f99666fa1fb3 -r ec1ccb4c042f sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Tue Apr 14 13:26:58 2015 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Tue Apr 14 13:32:34 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.154 2015/02/04 12:48:05 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.155 2015/04/14 13:32:34 riastradh Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -154,6 +154,7 @@
 # compat
 SRCS+= kern_select_50.c
 SRCS+= kern_time_50.c
+SRCS+= rndpseudo_50.c
 
 # Set RUMP_UNREAL_ALLOCATORS to "yes" to use memory allocation hypercalls
 # directly instead of the kmem/pool allocators backed by hypercalls.



Home | Main Index | Thread Index | Old Index