From owner-cvs-src@FreeBSD.ORG Mon Apr 25 14:30:47 2005 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 64BC116A4CE; Mon, 25 Apr 2005 14:30:47 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F048243D5C; Mon, 25 Apr 2005 14:30:46 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j3PEUiVN093262; Mon, 25 Apr 2005 07:30:44 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3PEUhLC093261; Mon, 25 Apr 2005 07:30:43 -0700 (PDT) (envelope-from obrien) Date: Mon, 25 Apr 2005 07:30:43 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050425143043.GA93171@dragon.NUXI.org> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> <20050424201534.GA74964@dragon.NUXI.org> <20050425050656.GA42466@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050425050656.GA42466@ip.net.ua> 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 User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c 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: Mon, 25 Apr 2005 14:30:47 -0000 On Mon, Apr 25, 2005 at 08:06:56AM +0300, Ruslan Ermilov wrote: > On Sun, Apr 24, 2005 at 01:15:34PM -0700, David O'Brien wrote: > > On Fri, Apr 22, 2005 at 05:42:50PM +0000, Ruslan Ermilov wrote: > > > ru 2005-04-22 17:42:50 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.sbin/config main.c > > > Log: > > > Ask that "make cleandepend" be run before "make depend", now that > > > we don't do this automatically. > > > > *sigh*. > > > > So now the steps are: > > make cleandepend > > make depend > > make > > > > That is just ridiculous. Computers are to automate tasks, not increase > > the effort for humans. Please back out the commits that require 'make > > cleandepend' in addition to 'make depend'. > > > No. You wanted (and others have agreed) that "make depend" should behave > similarly in kernel and userland builds, Yes. > i.e., to not redundantly rebuild > the .depend file every time "make depend" is run. Nope, not once did I say that. I wanted 'make modules-depend' to be as robust as 'make kernel-depend' was. > The steps are like above only when you do incremental builds AND use the > NO_CLEAN option. The trouble I ran into with modules building had nothing to do with 'NO_CLEAN' as I didn't use it. > Even that, the "cleandepend" will only be necessary in > rare cases, when problems that started this discussion arise (i.e., > header or source files disappear). If 'make depend' isn't 100% garenteed to work, we should make sure it 100% works. > If you need automation, use "make buildkernel", or stop using NO_CLEAN. I didn't use 'NO_CLEAN' for the kernel build, yet you keep bringing up that I am. -- -- David (obrien@FreeBSD.org)