From owner-cvs-src@FreeBSD.ORG Wed Apr 20 16:27:49 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 04FC716A4CE; Wed, 20 Apr 2005 16:27:49 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763AB43D2F; Wed, 20 Apr 2005 16:27:48 +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 j3KGPKl3050365; Wed, 20 Apr 2005 10:25:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 20 Apr 2005 10:25:20 -0600 (MDT) Message-Id: <20050420.102520.41654069.imp@bsdimp.com> To: obrien@FreeBSD.ORG From: Warner Losh In-Reply-To: <20050420161212.GA52582@dragon.NUXI.org> References: <20050419182938.GA27941@dragon.NUXI.org> <20050420055904.GA33015@ip.net.ua> <20050420161212.GA52582@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: Wed, 20 Apr 2005 16:27:49 -0000 > We've never documented that 'make cleandepend' is nearly a required step > for 'make depend' to be dependable. It isn't, in the ideal, required. It is sometimes necessary given our buggy implementation. I'll have some time tonight to play with things to fix it. Warner