From owner-freebsd-current@FreeBSD.ORG Sat Nov 20 01:21:40 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 C3C8816A4CE for ; Sat, 20 Nov 2004 01:21:40 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC4043D31 for ; Sat, 20 Nov 2004 01:21:40 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iAK1LYdW020902; Fri, 19 Nov 2004 17:21:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iAK1LYlB020901; Fri, 19 Nov 2004 17:21:34 -0800 (PST) (envelope-from obrien) Date: Fri, 19 Nov 2004 17:21:34 -0800 From: "David O'Brien" To: "Conrad J. Sabatier" Message-ID: <20041120012134.GF20068@dragon.nuxi.com> References: <20041118101356.53ed3f78@dolphin.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041118101356.53ed3f78@dolphin.local.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 01:21:40 -0000 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. -- -- David (obrien@FreeBSD.org)