cvs commit: src/sys/modules Makefile

Kip Macy kip.macy at gmail.com
Fri Apr 6 17:03:32 UTC 2007


Ok, how do I fix this? "make kernel-toolchain"? I'll back it out as
soon as UPDATING is updated with the appropriate action - magic flags
aren't an appropriate response.

            -Kip

On 4/5/07, Ruslan Ermilov <ru at freebsd.org> wrote:
> 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
>


More information about the cvs-all mailing list