Module Name: src
Committed By: pooka
Date: Wed Jun 10 20:50:51 UTC 2009
Modified Files:
src/sys/rump/librump/rumpnet: Makefile.rumpnet
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs
Log Message:
libkern is fully included in rumpkern, no need for cherry-picking
modules elsewhere.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpnet/Makefile.rumpnet
cvs rdiff -u -r1.8 -r1.9 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
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/rumpnet/Makefile.rumpnet
diff -u src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.4 src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.5
--- src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.4 Fri Jan 23 19:34:37 2009
+++ src/sys/rump/librump/rumpnet/Makefile.rumpnet Wed Jun 10 20:50:51 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpnet,v 1.4 2009/01/23 19:34:37 pooka Exp $
+# $NetBSD: Makefile.rumpnet,v 1.5 2009/06/10 20:50:51 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -6,7 +6,7 @@
LIB= rumpnet
.PATH: ${RUMPTOP}/librump/rumpnet \
- ${RUMPTOP}/../kern ${RUMPTOP}/../lib/libkern \
+ ${RUMPTOP}/../kern \
${RUMPTOP}/../net \
${RUMPTOP}/../compat/common
@@ -19,9 +19,6 @@
# radix trie support
SRCS+= radix.c
-# src/lib/libkern
-SRCS+= intoa.c
-
# compat
SRCS+= rtsock_50.c
Index: src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.8 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.9
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.8 Tue Jun 9 14:20:42 2009
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Wed Jun 10 20:50:51 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpvfs,v 1.8 2009/06/09 14:20:42 pooka Exp $
+# $NetBSD: Makefile.rumpvfs,v 1.9 2009/06/10 20:50:51 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -6,7 +6,7 @@
LIB= rumpvfs
.PATH: ${RUMPTOP}/librump/rumpvfs \
- ${RUMPTOP}/../kern ${RUMPTOP}/../lib/libkern \
+ ${RUMPTOP}/../kern \
${RUMPTOP}/../miscfs/genfs ${RUMPTOP}/../miscfs/syncfs \
${RUMPTOP}/../miscfs/specfs ${RUMPTOP}/../miscfs/deadfs \
${RUMPTOP}/../compat/common