Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpvfs Revert previous. It seems that some...
details: https://anonhg.NetBSD.org/src/rev/1ed270407936
branches: trunk
changeset: 779245:1ed270407936
user: dholland <dholland%NetBSD.org@localhost>
date: Sun May 13 09:42:36 2012 +0000
description:
Revert previous. It seems that some or all makefiles in tests/ do not
bother to set DPADD and thereby fail silently on library changes.
diffstat:
sys/rump/librump/rumpvfs/Makefile.rumpvfs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 2ef6ec4b08c0 -r 1ed270407936 sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Sun May 13 09:00:51 2012 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Sun May 13 09:42:36 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpvfs,v 1.34 2012/05/13 06:12:43 dholland Exp $
+# $NetBSD: Makefile.rumpvfs,v 1.35 2012/05/13 09:42:36 dholland Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -51,6 +51,9 @@
# MFS miniroot support
SRCS+= mfs_miniroot.c
+#quota2 plists
+SRCS+= quota1_subr.c vfs_quotactl.c
+
# dev
# firmload is technically part of rumpdev, but it's pure vfs in nature.
SRCS+= firmload.c
Home |
Main Index |
Thread Index |
Old Index