Wed Oct 27 20:37:11 2010 UTC ()
"i build dead files".  ok, so let's not.


(pooka)
diff -r1.97 -r1.98 src/sys/rump/librump/rumpkern/Makefile.rumpkern

cvs diff -r1.97 -r1.98 src/sys/rump/librump/rumpkern/Makefile.rumpkern (expand / switch to unified diff)

--- src/sys/rump/librump/rumpkern/Makefile.rumpkern 2010/09/06 20:10:20 1.97
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern 2010/10/27 20:37:11 1.98
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile.rumpkern,v 1.97 2010/09/06 20:10:20 pooka Exp $ 1# $NetBSD: Makefile.rumpkern,v 1.98 2010/10/27 20:37:11 pooka Exp $
2# 2#
3 3
4.include "${RUMPTOP}/Makefile.rump" 4.include "${RUMPTOP}/Makefile.rump"
5 5
6LIB= rump 6LIB= rump
7 7
8.PATH: ${RUMPTOP}/librump/rumpkern \ 8.PATH: ${RUMPTOP}/librump/rumpkern \
9 ${RUMPTOP}/../kern \ 9 ${RUMPTOP}/../kern \
10 ${RUMPTOP}/../uvm \ 10 ${RUMPTOP}/../uvm \
11 ${RUMPTOP}/../conf \ 11 ${RUMPTOP}/../conf \
12 ${RUMPTOP}/../dev \ 12 ${RUMPTOP}/../dev \
13 ${RUMPTOP}/../secmodel/suser 13 ${RUMPTOP}/../secmodel/suser
14 14
15# 15#
16# Source modules, first the ones specifically implemented for librump. 16# Source modules, first the ones specifically implemented for librump.
17#  17#
18SRCS= rump.c rumpcopy.c emul.c intr.c lwproc.c klock.c \ 18SRCS= rump.c rumpcopy.c emul.c intr.c lwproc.c klock.c \
19 kobj_rename.c ltsleep.c memalloc.c scheduler.c \ 19 kobj_rename.c ltsleep.c memalloc.c scheduler.c \
20 signals.c sleepq.c sysproxy_socket.c threads.c vm.c 20 signals.c sleepq.c threads.c vm.c
21SRCS+= compat.c 21SRCS+= compat.c
22 22
23# Multiprocessor or uniprocessor locking. TODO: select right 23# Multiprocessor or uniprocessor locking. TODO: select right
24# locking at runtime. 24# locking at runtime.
25SRCS+= locks.c 25SRCS+= locks.c
26#SRCS+= locks_up.c 26#SRCS+= locks_up.c
27 27
28vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh ${RUMPTOP}/../sys/param.h 28vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh ${RUMPTOP}/../sys/param.h
29 ${_MKMSG_CREATE} vers.c 29 ${_MKMSG_CREATE} vers.c
30 ${HOST_SH} ${RUMPTOP}/../conf/newvers.sh -i RUMP-ROAST -n 30 ${HOST_SH} ${RUMPTOP}/../conf/newvers.sh -i RUMP-ROAST -n
31SRCS+= vers.c 31SRCS+= vers.c
32CLEANFILES+= vers.c version 32CLEANFILES+= vers.c version
33 33