From owner-cvs-src@FreeBSD.ORG Fri Apr 22 20:10:46 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 5E22416A4CE; Fri, 22 Apr 2005 20:10:46 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E406A43D53; Fri, 22 Apr 2005 20:10:45 +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 j3MK9gW7043936; Fri, 22 Apr 2005 14:09:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Apr 2005 14:09:42 -0600 (MDT) Message-Id: <20050422.140942.115948945.imp@bsdimp.com> To: ru@FreeBSD.org From: Warner Losh In-Reply-To: <20050422200341.GA23926@ip.net.ua> References: <20050422184922.GA41457@ns1.xcllnt.net> <20050422.125712.78748765.imp@bsdimp.com> <20050422200341.GA23926@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 cc: marcel@xcllnt.net Subject: Re: cvs commit: src/usr.sbin/config main.c 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: Fri, 22 Apr 2005 20:10:46 -0000 From: Ruslan Ermilov Subject: Re: cvs commit: src/usr.sbin/config main.c Date: Fri, 22 Apr 2005 23:03:41 +0300 > On Fri, Apr 22, 2005 at 12:57:12PM -0600, Warner Losh wrote: > > From: Marcel Moolenaar > > Subject: Re: cvs commit: src/usr.sbin/config main.c > > Date: Fri, 22 Apr 2005 11:49:22 -0700 > > > > > On Fri, Apr 22, 2005 at 08:53:24PM +0300, Ruslan Ermilov wrote: > > > > 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). ;) > > > > > > What exactly is broken? I don't see a breakage, even when source > > > files disappeared. I assume I must be forgetting something or not > > > doing everything right. > > > > when an include file is removed, make depend can fail to recreate > > .depend in the modules. > > > This is only a problem with NO_CLEAN builds, and it's not limited > to just modules -- I often saw this problem with the world builds. No. That's false. It is also a problem when NO_CLEAN isn't defined. I never define it for building a kernel. Warner