Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2005 00:03:35 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf kmod.mk
Message-ID:  <20050602070335.GA27983@dragon.NUXI.org>
In-Reply-To: <200504221739.j3MHdwGb083741@repoman.freebsd.org>
References:  <200504221739.j3MHdwGb083741@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050602070335.GA27983>