From owner-freebsd-stable@FreeBSD.ORG Sun Jan 22 05:14:45 2012 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 C1B26106567A for ; Sun, 22 Jan 2012 05:14:45 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id AA7778FC16 for ; Sun, 22 Jan 2012 05:14:45 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1RoplN-000Gme-5T; Sun, 22 Jan 2012 05:14:45 +0000 Date: Sun, 22 Jan 2012 14:14:44 +0900 Message-ID: From: Randy Bush To: Jeremy Chadwick In-Reply-To: <20120122050406.GA51443@icarus.home.lan> References: <20120122050406.GA51443@icarus.home.lan> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD Stable Subject: Re: buildworld: don't know how to make iterator.cc 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: Sun, 22 Jan 2012 05:14:45 -0000 > Randy, when moving from one to another, are you deleting the contents > of /usr/src before doing the csup? More explicitly, this is what you > should do when going from one release to another: > > rm -fr /usr/src > rm -fr /var/db/sup/src-all > rm -fr /usr/obj/* > csup ... in a decade or more, i have never done the first two. but i ain't proud and will certainly try it now. randy