From owner-cvs-all@FreeBSD.ORG Fri Apr 22 18:01:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A10B16A4CE; Fri, 22 Apr 2005 18:01:27 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C003043D1D; Fri, 22 Apr 2005 18:01:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3MHwbWW042308; Fri, 22 Apr 2005 11:58:37 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Apr 2005 11:58:37 -0600 (MDT) Message-Id: <20050422.115837.104073076.imp@bsdimp.com> To: ru@FreeBSD.org From: Warner Losh In-Reply-To: <20050422175324.GA32739@ip.net.ua> References: <200504221742.j3MHgoG9084110@repoman.freebsd.org> <20050422.114615.71130404.imp@bsdimp.com> <20050422175324.GA32739@ip.net.ua> 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: 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 18:01:27 -0000 From: Ruslan Ermilov Subject: Re: cvs commit: src/usr.sbin/config main.c Date: Fri, 22 Apr 2005 20:53:24 +0300 > On Fri, Apr 22, 2005 at 11:46:15AM -0600, Warner Losh wrote: > > > Ask that "make cleandepend" be run before "make depend", now that > > > we don't do this automatically. > > > > > > Suggested by: bde > > > > I think this is a regression in the building of the kernel that's not > > desirable. We should fix make depend to just cope with files that > > have gone away, which is all that's needed here. > > > The day this gets fixed this message can go away. Up until now, > you have kept your ideas how to do this in secret (despite me > asking you). ;) Yes. I've been busy this week with work and travel planning :-( Warner