From owner-cvs-src@FreeBSD.ORG Fri Apr 22 20:13:51 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 7DE9E16A4CE; Fri, 22 Apr 2005 20:13:51 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1073C43D45; Fri, 22 Apr 2005 20:13:51 +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 j3MKCikX044037; Fri, 22 Apr 2005 14:12:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Apr 2005 14:12:44 -0600 (MDT) Message-Id: <20050422.141244.48489768.imp@bsdimp.com> To: marcel@xcllnt.net From: Warner Losh In-Reply-To: <1b042838f6396ae9665fcb2f41f1c9a7@xcllnt.net> References: <20050422.125712.78748765.imp@bsdimp.com> <20050422200341.GA23926@ip.net.ua> <1b042838f6396ae9665fcb2f41f1c9a7@xcllnt.net> 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: ru@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 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:13:51 -0000 From: Marcel Moolenaar Subject: Re: cvs commit: src/usr.sbin/config main.c Date: Fri, 22 Apr 2005 13:08:14 -0700 > On Apr 22, 2005, at 1:03 PM, Ruslan Ermilov wrote: > > >>> 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. > > Ok. Does it help if there's an option to make that supresses the > automatic loading on .depend or more generically, allows one to > name the depend file and it merely defaults to .depend (suppression > is then accomplished by specifying /dev/null as the depend file)? > If such option would be used for "make depend", would that resolve > the problems in a generic way? Since it is not a problem only with NO_CLEAN builds, I don't think that something like that would fix the problem. Warner