Date: Wed, 24 Nov 2004 23:48:07 -0800 (PST) From: Doug White <dwhite@gumbysoft.com> To: "Conrad J. Sabatier" <conrads@cox.net> Cc: freebsd-current@freebsd.org Subject: Re: usr.bin/lex/lib object files not being placed under MAKEOBJDIRPREFIX Message-ID: <20041124234748.Q2006@carver.gumbysoft.com> In-Reply-To: <1101344441.1174.8.camel@dolphin.local.net> References: <20041118101356.53ed3f78@dolphin.local.net> <1101344441.1174.8.camel@dolphin.local.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041124234748.Q2006>