From owner-cvs-src@FreeBSD.ORG Tue Apr 19 18:54:16 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 BA50916A4CE; Tue, 19 Apr 2005 18:54:16 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F17B43D3F; Tue, 19 Apr 2005 18:54:16 +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 j3JIr45u030767; Tue, 19 Apr 2005 12:53:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 19 Apr 2005 12:53:04 -0600 (MDT) Message-Id: <20050419.125304.74722060.imp@bsdimp.com> To: obrien@FreeBSD.org From: Warner Losh In-Reply-To: <20050419182938.GA27941@dragon.NUXI.org> References: <200504182110.j3ILAc8J031298@repoman.freebsd.org> <20050418.152011.74745144.imp@bsdimp.com> <20050419182938.GA27941@dragon.NUXI.org> 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/sys/conf kmod.mk 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: Tue, 19 Apr 2005 18:54:17 -0000 make cleandepend fixes that issue completely. However, Justin Gibbs gave me a fix to the underlying problem since we should *NOT* be doing a cleandepend before depend. That's just bogus and we should fix the underlying bug. I'll test it out and see if it really works. Warner