From owner-freebsd-stable@FreeBSD.ORG Sat Aug 30 04:06:11 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22578106566C for ; Sat, 30 Aug 2008 04:06:11 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id EF6F58FC0A for ; Sat, 30 Aug 2008 04:06:10 +0000 (UTC) (envelope-from dan@langille.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 91B5C50857 for ; Sat, 30 Aug 2008 04:50:11 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DRgvlFNsLV38 for ; Sat, 30 Aug 2008 04:50:10 +0100 (BST) Received: from laptop.unixathome.org (bast.unixathome.org [72.78.223.75]) by nyi.unixathome.org (Postfix) with ESMTPSA id 5D5B650846 for ; Sat, 30 Aug 2008 04:50:10 +0100 (BST) Message-ID: <48B8C368.5010908@langille.org> Date: Fri, 29 Aug 2008 23:50:00 -0400 From: Dan Langille Organization: The FreeBSD Diary User-Agent: Thunderbird 2.0.0.14 (X11/20080623) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How reliable is make delete-old and make delete-old-libs on 7.1-PRERELEASE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 04:06:11 -0000 How reliable is make delete-old and make delete-old-libs on 7.1-PRERELEASE? I ask because I just upgraded a remote system from 6.3-stable to 7.1-PRERELEASE. All seems well so far. Apps are running fine. I just figure I should do this final bit. FYI, I've written up how I did this migration: http//www.freebsddiary.org/upgrade-6.3-to-7.0.php At the end, I've included the output of make check-old. Does it look good to you? Thanks.