Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/fs/lib/liblfs right, why does rump have to have its...



details:   https://anonhg.NetBSD.org/src/rev/fe4e9f974464
branches:  trunk
changeset: 787265:fe4e9f974464
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jun 08 22:45:28 2013 +0000

description:
right, why does rump have to have its own copy of all the build information?

diffstat:

 sys/rump/fs/lib/liblfs/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2d9c778bb390 -r fe4e9f974464 sys/rump/fs/lib/liblfs/Makefile
--- a/sys/rump/fs/lib/liblfs/Makefile   Sat Jun 08 22:23:52 2013 +0000
+++ b/sys/rump/fs/lib/liblfs/Makefile   Sat Jun 08 22:45:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2013/06/06 00:54:49 dholland Exp $
+#      $NetBSD: Makefile,v 1.8 2013/06/08 22:45:28 dholland Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/lfs
@@ -12,8 +12,7 @@
 SRCS+= ulfs_bmap.c ulfs_dirhash.c ulfs_extattr.c ulfs_ihash.c          \
        ulfs_inode.c ulfs_lookup.c ulfs_quota.c ulfs_quota1.c           \
        ulfs_quota2.c ulfs_quota1_subr.c ulfs_quota2_subr.c             \
-       ulfs_rename.c ulfs_snapshot.c ulfs_vfsops.c ulfs_vnops.c        \
-       ulfs_wapbl.c
+       ulfs_rename.c ulfs_snapshot.c ulfs_vfsops.c ulfs_vnops.c
 
 
 CFLAGS+=        -DLFS_KERNEL_RFW



Home | Main Index | Thread Index | Old Index