From owner-freebsd-current Tue Oct 22 22:34:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FBC037B404 for ; Tue, 22 Oct 2002 22:34:27 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4890643E65 for ; Tue, 22 Oct 2002 22:34:26 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D4CB466C7B; Tue, 22 Oct 2002 22:34:25 -0700 (PDT) Date: Tue, 22 Oct 2002 22:34:25 -0700 From: Kris Kennaway To: Kris Kennaway Cc: Nate Lawson , Adam K Kirchhoff , freebsd-current@freebsd.org Subject: Re: UPDATING entry needed (Re: Building KDE3) Message-ID: <20021023053425.GA2114@xor.obsecurity.org> References: <20021022214937.GA91548@xor.obsecurity.org> <20021023052842.GA2024@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20021023052842.GA2024@xor.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 22, 2002 at 10:28:42PM -0700, Kris Kennaway wrote: > > It's already in UPDATING with the rm -rf /usr/include/g++ line in the > > steps for going from 4 to -current. >=20 > Oops, I missed this when I looked for it. Thanks. Actually, I think this is not sufficient..there will be other stale includes left around which may cause problems for compiling other things. I normally do something like: find /usr/include -ctime +1 -type f -delete To clean out stale includes after a buildworld. Perhaps something like this should be added to the end of the directions. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9tjThWry0BWjoQKURAqQRAKD1ddBelDMeZluR1w3Tk633GJo7zwCgpuVp ibHXpcNS35oFCBkjhaM4Tws= =syz7 -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message