From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 17:53:20 2003 Return-Path: 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 9C94916A4B3 for ; Tue, 21 Oct 2003 17:53:20 -0700 (PDT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D25E43F93 for ; Tue, 21 Oct 2003 17:53:19 -0700 (PDT) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) h9M0rFQT021111 for ; Tue, 21 Oct 2003 20:53:17 -0400 (EDT) Message-ID: <3F95D4F9.3040403@mindcore.net> Date: Tue, 21 Oct 2003 20:53:13 -0400 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <3F947F84.8090709@nc.rr.com> <20031020.223824.62043996.imp@bsdimp.com> <3F94C120.5070208@mindcore.net> <20031020.232314.44503328.imp@bsdimp.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@FreeBSD.ORG Subject: Re: Buildworld fails in 5.1-CURRENT in wall- SOLVED X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 00:53:20 -0000 Dag-Erling Smørgrav wrote: >"M. Warner Losh" writes: > > >>find /usr/obj -name .depend >> >>or better yet >> >>rm -rf /usr/obj/* >> >> > >*ahem* > >the correct incantation is: > ># cd /usr/src ># make cleandir ># make cleandir > >DES > > Removing the /usr/obj/* tree worked, back in business. Will have to take a closer look at the 'master' Makefile, as I didn't see the cleandir target at first glance, so had been using 'make clean && make buildworld' for previous builds- I take it this is NOT needed as the build process does a 'make clean' prior to building? Thanks to all... Scott