From owner-freebsd-current@FreeBSD.ORG Thu Nov 25 07:48:07 2004 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 CCCB916A4CE for ; Thu, 25 Nov 2004 07:48:07 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D4E43D2D for ; Thu, 25 Nov 2004 07:48:07 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 92D5E72DF4; Wed, 24 Nov 2004 23:48:07 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 90F6372DD4; Wed, 24 Nov 2004 23:48:07 -0800 (PST) Date: Wed, 24 Nov 2004 23:48:07 -0800 (PST) From: Doug White To: "Conrad J. Sabatier" In-Reply-To: <1101344441.1174.8.camel@dolphin.local.net> Message-ID: <20041124234748.Q2006@carver.gumbysoft.com> References: <20041118101356.53ed3f78@dolphin.local.net> <1101344441.1174.8.camel@dolphin.local.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: usr.bin/lex/lib object files not being placed under MAKEOBJDIRPREFIX 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: Thu, 25 Nov 2004 07:48:07 -0000 On Wed, 24 Nov 2004, Conrad J. Sabatier wrote: > On Fri, 2004-11-19 at 17:21 -0800, David O'Brien wrote: > > On Thu, Nov 18, 2004 at 10:13:56AM -0600, Conrad J. Sabatier wrote: > > > Noticed this during a cvs update today: > > > dolphin:root:/usr/src/usr.bin# cvs -R update > > > ? lex/lib/.depend > > > ? lex/lib/libln.a > > > ? lex/lib/libmain.o > > > ? lex/lib/libyywrap.o > > > > How did you build your system? At one time you maybe cd'ed into > > usr.bin/lex and just typed 'make' without 'make obj'? > > > > The fix is to: > > > > rm -rf /usr/obj/* > > cd /usr/src > > make cleandir > > make buildworld > > cvs -q up > > > > and you shouldn't see this again. > > This is very odd. I cleaned up the src tree, and after another > buildworld, these files are back again. I have no idea why. System time is wrong? Files created with wrong timestamp? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org