From owner-svn-src-user@FreeBSD.ORG Fri May 29 19:49:34 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAF3A1065676; Fri, 29 May 2009 19:49:34 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F65F8FC18; Fri, 29 May 2009 19:49:34 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4TJnYXf084903; Fri, 29 May 2009 19:49:34 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4TJnYfS084902; Fri, 29 May 2009 19:49:34 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200905291949.n4TJnYfS084902@svn.freebsd.org> From: Kip Macy Date: Fri, 29 May 2009 19:49:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193057 - user/kmacy/releng_7_2_fcs/sys/conf X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 19:49:35 -0000 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}" - - -