Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2009 19:49:34 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r193057 - user/kmacy/releng_7_2_fcs/sys/conf
Message-ID:  <200905291949.n4TJnYfS084902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 
-
-
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905291949.n4TJnYfS084902>