Module Name:    src
Committed By:   pooka
Date:           Wed May  1 17:52:34 UTC 2013

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/rump/librump/rumpkern/Makefile.rumpkern

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/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.126 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.127
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.126	Tue Apr 30 13:54:53 2013
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Wed May  1 17:52:34 2013
@@ -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 @@ LIB=		rump
 # 
 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.

Reply via email to