From owner-cvs-src@FreeBSD.ORG Thu Feb 19 17:26:25 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 2F1A816A4CE; Thu, 19 Feb 2004 17:26:25 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84ED43D1F; Thu, 19 Feb 2004 17:26:24 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1K1QKOJ004496; Thu, 19 Feb 2004 17:26:20 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1K1QIHd004479; Thu, 19 Feb 2004 17:26:18 -0800 (PST) (envelope-from obrien) Date: Thu, 19 Feb 2004 17:26:18 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20040220012618.GC4306@dragon.nuxi.com> References: <20040219134104.GB14981@ip.net.ua> <200402191248.19870.jhb@FreeBSD.org> <20040219.144228.91313152.imp@bsdimp.com> <200402191709.55473.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402191709.55473.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: gad@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: des@des.no cc: "M. Warner Losh" Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 01:26:25 -0000 On Thu, Feb 19, 2004 at 05:09:55PM -0500, John Baldwin wrote: > 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. :) \me wonders if we shouldn't s/realclean/cleanworld/ for consistency.