From owner-svn-src-all@FreeBSD.ORG Sat Jan 16 20:40:12 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 846E9106566B; Sat, 16 Jan 2010 20:40:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 58F698FC0A; Sat, 16 Jan 2010 20:40:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0GKeCsI003773; Sat, 16 Jan 2010 20:40:12 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0GKeCDW003771; Sat, 16 Jan 2010 20:40:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201001162040.o0GKeCDW003771@svn.freebsd.org> From: Antoine Brodin Date: Sat, 16 Jan 2010 20:40:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r202451 - head/tools/build/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2010 20:40:12 -0000 Author: antoine Date: Sat Jan 16 20:40:12 2010 New Revision: 202451 URL: http://svn.freebsd.org/changeset/base/202451 Log: Update files to remove when MK_CDDL=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Sat Jan 16 20:36:27 2010 (r202450) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sat Jan 16 20:40:12 2010 (r202451) @@ -527,18 +527,69 @@ OLD_FILES+=usr/share/man/man1/calendar.1 .endif .if ${MK_CDDL} == no -OLD_LIBS+=lib/libavl.so.1 -OLD_LIBS+=lib/libnvpair.so.1 -OLD_LIBS+=lib/libumem.so.1 -OLD_LIBS+=lib/libuutil.so.1 +OLD_LIBS+=lib/libavl.so.2 +OLD_LIBS+=lib/libctf.so.2 +OLD_LIBS+=lib/libdtrace.so.2 +OLD_LIBS+=lib/libnvpair.so.2 +OLD_LIBS+=lib/libumem.so.2 +OLD_LIBS+=lib/libuutil.so.2 +OLD_FILES+=usr/bin/ctfconvert +OLD_FILES+=usr/bin/ctfdump +OLD_FILES+=usr/bin/ctfmerge +OLD_FILES+=usr/bin/sgsmsg +OLD_FILES+=usr/lib/dtrace/drti.o +OLD_FILES+=usr/lib/dtrace/errno.d +OLD_FILES+=usr/lib/dtrace/psinfo.d +OLD_FILES+=usr/lib/dtrace/signal.d +OLD_FILES+=usr/lib/dtrace/unistd.d OLD_FILES+=usr/lib/libavl.a OLD_FILES+=usr/lib/libavl.so +OLD_FILES+=usr/lib/libavl_p.a +OLD_FILES+=usr/lib/libctf.a +OLD_FILES+=usr/lib/libctf.so +OLD_FILES+=usr/lib/libctf_p.a +OLD_FILES+=usr/lib/libdtrace.a +OLD_FILES+=usr/lib/libdtrace.so +OLD_FILES+=usr/lib/libdtrace_p.a OLD_FILES+=usr/lib/libnvpair.a OLD_FILES+=usr/lib/libnvpair.so +OLD_FILES+=usr/lib/libnvpair_p.a OLD_FILES+=usr/lib/libumem.a OLD_FILES+=usr/lib/libumem.so +OLD_FILES+=usr/lib/libumem_p.a OLD_FILES+=usr/lib/libuutil.a OLD_FILES+=usr/lib/libuutil.so +OLD_FILES+=usr/lib/libuutil_p.a +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/dtrace/drti.o +OLD_FILES+=usr/lib32/libavl.a +OLD_FILES+=usr/lib32/libavl.so +OLD_LIBS+=usr/lib32/libavl.so.2 +OLD_FILES+=usr/lib32/libavl_p.a +OLD_FILES+=usr/lib32/libctf.a +OLD_FILES+=usr/lib32/libctf.so +OLD_LIBS+=usr/lib32/libctf.so.2 +OLD_FILES+=usr/lib32/libctf_p.a +OLD_FILES+=usr/lib32/libdtrace.a +OLD_FILES+=usr/lib32/libdtrace.so +OLD_LIBS+=usr/lib32/libdtrace.so.2 +OLD_FILES+=usr/lib32/libdtrace_p.a +OLD_FILES+=usr/lib32/libnvpair.a +OLD_FILES+=usr/lib32/libnvpair.so +OLD_LIBS+=usr/lib32/libnvpair.so.2 +OLD_FILES+=usr/lib32/libnvpair_p.a +OLD_FILES+=usr/lib32/libumem.a +OLD_FILES+=usr/lib32/libumem.so +OLD_LIBS+=usr/lib32/libumem.so.2 +OLD_FILES+=usr/lib32/libumem_p.a +OLD_FILES+=usr/lib32/libuutil.a +OLD_FILES+=usr/lib32/libuutil.so +OLD_LIBS+=usr/lib32/libuutil.so.2 +OLD_FILES+=usr/lib32/libuutil_p.a +.endif +OLD_FILES+=usr/sbin/dtrace +OLD_FILES+=usr/sbin/lockstat +OLD_FILES+=usr/share/man/man1/dtrace.1.gz .endif .if ${MK_ZFS} == no