svn commit: r265581 - in head: . share/mk

Glen Barber gjb at FreeBSD.org
Thu May 8 01:57:51 UTC 2014


On Wed, May 07, 2014 at 06:15:03PM +0000, Warner Losh wrote:
> Author: imp
> Date: Wed May  7 18:15:02 2014
> New Revision: 265581
> URL: http://svnweb.freebsd.org/changeset/base/265581
> 
> Log:
>   bsd.compiler.mk was implicitly included by bsd.own.mk in historical
>   versions. With its movement to src.opts.mk, bsd.prog.mk was testing
>   COMPILER_TYPE without including the bsd.compiler.mk anymore. In the
>   source tree, this caused no problems, for reasons that aren't clear,
>   but does cause problems outside of the source tree. Allow
>   bsd.compiler.mk to be included multiple times safely, and always
>   include bsd.compiler.mk at the top of bsd.prog.mk. Resist the urge to
>   put it in bsd.init.mk, since that would reintroduce the implicit
>   include.
> 
> Modified:
>   head/UPDATING
>   head/share/mk/bsd.compiler.mk
>   head/share/mk/bsd.prog.mk
> 

Something here is breaking head/ release builds.  I don't know if it is
this exact change set or not.

--------------------------------------------------------------
>>> Kernel build for GENERIC completed on Thu May  8 01:47:57 UTC 2014
--------------------------------------------------------------
make: "/usr/share/mk/bsd.obj.mk" line 43: Could not find bsd.own.mk
make: "/usr/share/mk/bsd.init.mk" line 15: Could not find bsd.own.mk
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/src/release

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140508/d2100a7f/attachment.sig>


More information about the svn-src-all mailing list