Hi,

On Fri, Apr 06, 2007 at 06:05:45AM +0000, Kip Macy wrote:
> kmacy       2007-04-06 06:05:45 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/modules          Makefile 
>   Log:
>   make modules compile without updating etc
>   
>   Revision  Changes    Path
>   1.524     +1 -1      src/sys/modules/Makefile
> 
"etc/" has nothing to do with this.  Instead, you
aren't using an up-to-date version of share/mk/
files which are an integral part of every makefile
in a system.

If you need to live in a hackish world, compiling
fresh sources using stale tools (as we all sometimes
do), you still have a way to do it intelligently:

make -m /path/to/fresh/src/share/mk ...

(The standard targets like buildworld/buildkernel
do it automatically.)

Please back this change out.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer

Attachment: pgpP0Rz0U7Lqv.pgp
Description: PGP signature

Reply via email to