Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Actually, there's no point in unco...



details:   https://anonhg.NetBSD.org/src/rev/6fdf6cdac6b2
branches:  trunk
changeset: 786563:6fdf6cdac6b2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed May 01 17:52:34 2013 +0000

description:
Actually, there's no point in unconditionally compiling in weak stubs
which will never be used in the NetBSD build.  Comment hyperstubs.c
out from SRCS, but retain the source module as documentation.

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 38da31c4177a -r 6fdf6cdac6b2 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Wed May 01 17:17:54 2013 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Wed May 01 17:52:34 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.126 2013/04/30 13:54:53 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.127 2013/05/01 17:52:34 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -21,8 +21,10 @@
 # 
 SRCS+= rump.c rumpcopy.c emul.c intr.c lwproc.c klock.c        \
        kobj_rename.c ltsleep.c scheduler.c                     \
-       signals.c sleepq.c threads.c vm.c cprng_stub.c          \
-       hyperstubs.c
+       signals.c sleepq.c threads.c vm.c cprng_stub.c
+
+# optional hypervisor interfaces
+#SRCS+=        hyperstubs.c
 
 # Multiprocessor or uniprocessor locking.  TODO: select right
 # locking at runtime.



Home | Main Index | Thread Index | Old Index