Date: Thu, 19 Feb 2004 17:09:55 -0500 From: John Baldwin <jhb@FreeBSD.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: des@des.no Subject: Re: cvs commit: src Makefile Message-ID: <200402191709.55473.jhb@FreeBSD.org> In-Reply-To: <20040219.144228.91313152.imp@bsdimp.com> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 19 February 2004 04:42 pm, M. Warner Losh wrote: > In message: <200402191248.19870.jhb@FreeBSD.org> > > John Baldwin <jhb@FreeBSD.org> 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. True, however, realclean is an optional target, it's not part of make world, so if it doesn't suit your needs, just don't use it. :) I've been using my own home-grown shell scripts (buildworld, cleanworld, installworld, etc.) for quite a while now and will just continue doing the same. If 'make realclean' doesn't work for you, just don't use it. :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402191709.55473.jhb>