From owner-freebsd-stable@FreeBSD.ORG Wed Nov 8 19:38:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6017F16A47C for ; Wed, 8 Nov 2006 19:38:49 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14FC543D6D for ; Wed, 8 Nov 2006 19:38:29 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 21C6E5DD5; Wed, 8 Nov 2006 22:38:28 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id F38C55E5B; Wed, 8 Nov 2006 22:38:27 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kA8JcU79035023; Wed, 8 Nov 2006 22:38:30 +0300 (MSK) (envelope-from ru) Date: Wed, 8 Nov 2006 22:38:30 +0300 From: Ruslan Ermilov To: Vince Hoffman Message-ID: <20061108193830.GA34932@rambler-co.ru> References: <4956a5e50611071012h3aaa9001q7cca1496a7d01a5b@mail.gmail.com> <7cf39bb60611071045o45ce8b0fkbe1fb304ed6c47ca@mail.gmail.com> <4956a5e50611071048n6b8ed19dkd0e3a8c65043a7bf@mail.gmail.com> <7cf39bb60611071051j9fb3d2ct74ab0a6dcb1f173f@mail.gmail.com> <4956a5e50611071057j7a378c00s7961ceadae35bcf8@mail.gmail.com> <4550E77E.6070207@unsane.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <4550E77E.6070207@unsane.co.uk> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: freebsd-stable@freebsd.org Subject: Re: problems compiling stable 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: Wed, 08 Nov 2006 19:38:49 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 07, 2006 at 08:07:26PM +0000, Vince Hoffman wrote: > Have you tried > cd /usr/obj/usr/src/usr.bin/vi > rm -rf * && rm .depend >=20 > (make clean doesnt delete .depend and rm -rf * doesnt either.) > then try cd /usr/src/usr.bin > make >=20 There's a convenience target for this, "make cleandepend". Another useful target is "cleandir", which removes the object directory if it's different from source directory, and otherwise does "make clean cleandepend". Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFUjI2qRfpzJluFF4RAtCCAKCDYVjXRCIrshA7fVajfQzMHyCMSQCgjpwy 49xmT1/hyxwTRxu7QvGreKg= =v2Jj -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--