Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src install librumpfs_fdesc
details: https://anonhg.NetBSD.org/src/rev/dc57c1361177
branches: trunk
changeset: 747124:dc57c1361177
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Sep 03 12:55:10 2009 +0000
description:
install librumpfs_fdesc
diffstat:
distrib/sets/lists/base/shl.elf | 4 +++-
distrib/sets/lists/base/shl.mi | 3 ++-
distrib/sets/lists/comp/mi | 5 ++++-
distrib/sets/lists/comp/shl.mi | 3 ++-
sys/rump/fs/Makefile.rumpfs | 4 ++--
5 files changed, 13 insertions(+), 6 deletions(-)
diffs (84 lines):
diff -r 721baf0b5f4d -r dc57c1361177 distrib/sets/lists/base/shl.elf
--- a/distrib/sets/lists/base/shl.elf Thu Sep 03 12:35:19 2009 +0000
+++ b/distrib/sets/lists/base/shl.elf Thu Sep 03 12:55:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.elf,v 1.180 2009/09/03 12:33:54 pooka Exp $
+# $NetBSD: shl.elf,v 1.181 2009/09/03 12:55:10 pooka Exp $
#
# Note: Do not mark "old" major and major.minor shared libraries as
# "obsolete"; just remove the entry, as third-party applications
@@ -230,6 +230,8 @@
./usr/lib/librumpfs_efs.so.0 base-rump-shlib
./usr/lib/librumpfs_ext2fs.so base-rump-shlib
./usr/lib/librumpfs_ext2fs.so.0 base-rump-shlib
+./usr/lib/librumpfs_fdesc.so base-rump-shlib
+./usr/lib/librumpfs_fdesc.so.0 base-rump-shlib
./usr/lib/librumpfs_ffs.so base-rump-shlib
./usr/lib/librumpfs_ffs.so.0 base-rump-shlib
./usr/lib/librumpfs_hfs.so base-rump-shlib
diff -r 721baf0b5f4d -r dc57c1361177 distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi Thu Sep 03 12:35:19 2009 +0000
+++ b/distrib/sets/lists/base/shl.mi Thu Sep 03 12:55:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.486 2009/09/03 12:33:54 pooka Exp $
+# $NetBSD: shl.mi,v 1.487 2009/09/03 12:55:10 pooka Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -122,6 +122,7 @@
./usr/lib/librumpfs_cd9660.so.0.0 base-rump-shlib
./usr/lib/librumpfs_efs.so.0.0 base-rump-shlib
./usr/lib/librumpfs_ext2fs.so.0.0 base-rump-shlib
+./usr/lib/librumpfs_fdesc.so.0.0 base-rump-shlib
./usr/lib/librumpfs_ffs.so.0.0 base-rump-shlib
./usr/lib/librumpfs_hfs.so.0.0 base-rump-shlib
./usr/lib/librumpfs_lfs.so.0.0 base-rump-shlib
diff -r 721baf0b5f4d -r dc57c1361177 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Thu Sep 03 12:35:19 2009 +0000
+++ b/distrib/sets/lists/comp/mi Thu Sep 03 12:55:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1297 2009/09/03 12:33:54 pooka Exp $
+# $NetBSD: mi,v 1.1298 2009/09/03 12:55:10 pooka Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -2539,6 +2539,9 @@
./usr/lib/librumpfs_ext2fs.a comp-c-lib
./usr/lib/librumpfs_ext2fs_g.a -unknown- debuglib
./usr/lib/librumpfs_ext2fs_p.a comp-c-proflib profile
+./usr/lib/librumpfs_fdesc.a comp-c-lib
+./usr/lib/librumpfs_fdesc_g.a -unknown- debuglib
+./usr/lib/librumpfs_fdesc_p.a comp-c-proflib profile
./usr/lib/librumpfs_ffs.a comp-c-lib
./usr/lib/librumpfs_ffs_g.a -unknown- debuglib
./usr/lib/librumpfs_ffs_p.a comp-c-proflib profile
diff -r 721baf0b5f4d -r dc57c1361177 distrib/sets/lists/comp/shl.mi
--- a/distrib/sets/lists/comp/shl.mi Thu Sep 03 12:35:19 2009 +0000
+++ b/distrib/sets/lists/comp/shl.mi Thu Sep 03 12:55:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.83 2009/09/03 12:33:55 pooka Exp $
+# $NetBSD: shl.mi,v 1.84 2009/09/03 12:55:10 pooka Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -85,6 +85,7 @@
./usr/lib/librumpfs_cd9660_pic.a comp-c-piclib
./usr/lib/librumpfs_efs_pic.a comp-c-piclib
./usr/lib/librumpfs_ext2fs_pic.a comp-c-piclib
+./usr/lib/librumpfs_fdesc_pic.a comp-c-piclib
./usr/lib/librumpfs_ffs_pic.a comp-c-piclib
./usr/lib/librumpfs_hfs_pic.a comp-c-piclib
./usr/lib/librumpfs_lfs_pic.a comp-c-piclib
diff -r 721baf0b5f4d -r dc57c1361177 sys/rump/fs/Makefile.rumpfs
--- a/sys/rump/fs/Makefile.rumpfs Thu Sep 03 12:35:19 2009 +0000
+++ b/sys/rump/fs/Makefile.rumpfs Thu Sep 03 12:55:10 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.rumpfs,v 1.14 2009/07/18 16:31:43 reinoud Exp $
+# $NetBSD: Makefile.rumpfs,v 1.15 2009/09/03 12:55:10 pooka Exp $
#
-RUMPFSLIST= cd9660 efs ext2fs ffs hfs lfs msdos nfs nilfs ntfs
+RUMPFSLIST= cd9660 efs ext2fs fdesc ffs hfs lfs msdos nfs nilfs ntfs
RUMPFSLIST+= syspuffs sysvbfs tmpfs udf
.for var in ${RUMPFSLIST}
Home |
Main Index |
Thread Index |
Old Index