From owner-cvs-all@FreeBSD.ORG Wed Apr 20 16:12:19 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 452AA16A4CE; Wed, 20 Apr 2005 16:12:19 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6DED43D1F; Wed, 20 Apr 2005 16:12:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j3KGCEJB053095; Wed, 20 Apr 2005 09:12:14 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3KGCDfl053094; Wed, 20 Apr 2005 09:12:13 -0700 (PDT) (envelope-from obrien) Date: Wed, 20 Apr 2005 09:12:12 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050420161212.GA52582@dragon.NUXI.org> References: <200504182110.j3ILAc8J031298@repoman.freebsd.org> <20050418.152011.74745144.imp@bsdimp.com> <20050419182938.GA27941@dragon.NUXI.org> <20050420055904.GA33015@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050420055904.GA33015@ip.net.ua> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Warner Losh Subject: Re: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 16:12:19 -0000 On Wed, Apr 20, 2005 at 08:59:05AM +0300, Ruslan Ermilov wrote: > This is easily fixable: > > make cleandepend > make depend > make Then why does 'make kernel-depend' do 'rm -f .depend'? I'm sitting in the kernel directory, I expect the ways of building modules to be as close to building the kernel (which is just a special .ko) as possible. We've never documented that 'make cleandepend' is nearly a required step for 'make depend' to be dependable. -- -- David (obrien@FreeBSD.org)