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 "i build dead files". ok, so let'...



details:   https://anonhg.NetBSD.org/src/rev/e2eb4d2cec61
branches:  trunk
changeset: 758230:e2eb4d2cec61
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Oct 27 20:37:11 2010 +0000

description:
"i build dead files".  ok, so let's not.

diffstat:

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

diffs (18 lines):

diff -r 33a76bc8e4a9 -r e2eb4d2cec61 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Wed Oct 27 20:35:47 2010 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Wed Oct 27 20:37:11 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.97 2010/09/06 20:10:20 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.98 2010/10/27 20:37:11 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -17,7 +17,7 @@
 # 
 SRCS=  rump.c rumpcopy.c emul.c intr.c lwproc.c klock.c        \
        kobj_rename.c ltsleep.c memalloc.c scheduler.c          \
-       signals.c sleepq.c sysproxy_socket.c threads.c vm.c
+       signals.c sleepq.c threads.c vm.c
 SRCS+= compat.c
 
 # Multiprocessor or uniprocessor locking.  TODO: select right



Home | Main Index | Thread Index | Old Index