cvs commit: src/sys/modules Makefile

Ruslan Ermilov ru at FreeBSD.org
Fri Apr 6 06:48:29 UTC 2007


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
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20070406/d0b54ff1/attachment.pgp


More information about the cvs-all mailing list