From owner-cvs-src@FreeBSD.ORG Thu Feb 19 14:01:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8CCB16A4CE; Thu, 19 Feb 2004 14:01:47 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A41943D1D; Thu, 19 Feb 2004 14:01:47 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1JM1knJ087371; Thu, 19 Feb 2004 15:01:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 19 Feb 2004 15:01:41 -0700 (MST) Message-Id: <20040219.150141.43007611.imp@bsdimp.com> To: jmallett@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20040219215223.GA20234@FreeBSD.org> References: <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> <20040219215223.GA20234@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.ORG cc: jhb@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: gad@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: des@des.no Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:01:48 -0000 In message: <20040219215223.GA20234@FreeBSD.org> juli mallett writes: : * "M. Warner Losh" [ Date: 2004-02-19 ] : [ w.r.t. Re: cvs commit: src Makefile ] : > In message: <200402191248.19870.jhb@FreeBSD.org> : > John Baldwin writes: : > : If /usr/obj is a symlink it should stay that way so that a user doesn't have : > : to relink it every time. Using /* is probably the best approach. : > : > This will remove *ALL* object trees, not just the one that is : > generated from the current source tree. : : If you let make expand ${.OBJDIR} then that's not true. Then it will be a vanishinly small number of people that have that directory be a symbolic link, even if /usr/obj is a symbolic link, so no weirdness is really needed. Warner