svn commit: r193057 - user/kmacy/releng_7_2_fcs/sys/conf

Kip Macy kmacy at FreeBSD.org
Fri May 29 19:49:35 UTC 2009


Author: kmacy
Date: Fri May 29 19:49:34 2009
New Revision: 193057
URL: http://svn.freebsd.org/changeset/base/193057

Log:
  remove reference to redundant zlib files

Modified:
  user/kmacy/releng_7_2_fcs/sys/conf/files

Modified: user/kmacy/releng_7_2_fcs/sys/conf/files
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/conf/files	Fri May 29 19:48:07 2009	(r193056)
+++ user/kmacy/releng_7_2_fcs/sys/conf/files	Fri May 29 19:49:34 2009	(r193057)
@@ -2572,31 +2572,6 @@ cddl/contrib/opensolaris/uts/common/fs/z
 cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c	optional zfs \
 	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
 
-
-# Compression routines conflicting with ZFS
-
-#cddl/contrib/opensolaris/uts/common/zmod/deflate.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/inffast.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/trees.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/zutil.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/inflate.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/inftrees.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/adler32.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_IsNC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/opensolaris_crc32.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-#cddl/contrib/opensolaris/uts/common/zmod/zmod_subr.c	optional zfs \
-#	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
-
 cddl/contrib/opensolaris/uts/common/zmod/zmod.c		optional zfs \
 	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
 
-
-
-


More information about the svn-src-user mailing list