From owner-cvs-all@FreeBSD.ORG Thu Jun 2 07:03:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 4851516A41C; Thu, 2 Jun 2005 07:03:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA5C43D48; Thu, 2 Jun 2005 07:03:35 +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 j5273Zbl028150; Thu, 2 Jun 2005 00:03:35 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j5273ZFA028149; Thu, 2 Jun 2005 00:03:35 -0700 (PDT) (envelope-from obrien) Date: Thu, 2 Jun 2005 00:03:35 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050602070335.GA27983@dragon.NUXI.org> References: <200504221739.j3MHdwGb083741@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504221739.j3MHdwGb083741@repoman.freebsd.org> 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 02 Jun 2005 07:03:36 -0000 On Fri, Apr 22, 2005 at 05:39:58PM +0000, Ruslan Ermilov wrote: > ru 2005-04-22 17:39:58 UTC > > FreeBSD src repository > > Modified files: > sys/conf kmod.mk > Log: > Revert a mistake borrowed from kern.post.mk that has just been fixed. It wasn't a mistake. I was told that there was a *.mk bug that was fixed that dealt with the problem kmod.mk rev 1.189 was suppose to fix. It was based on that, that I agreed to have revision 1.189 backed out. However, I just ran into the problem again while trying to update a system from March 8th: # cd /usr/src/share/mk ; make obj ; make all install # cd /usr/src/usr.sbin/config ; make obj ; make all install # cd /sys/i386/conf ; config FOO # cd ../../compile/FOO ; make depend ; make ..snip.. ===> 3dfx (all) make: don't know how to make machine/bus_at386.h. Stop *** Error code 2 Please back out this "mistake", or please fix the issue where "make depends" isn't producing a usable .depends file. It is stupid to have to do "make cleandepends ; make depends" in order to get a usable .depends file. Computers are to A-U-T-O-M-A-T-E, not cause more work for humans. -- -- David (obrien@FreeBSD.org)