svn commit: r292225 - stable/10/usr.bin/bmake

NGie Cooper yaneurabeya at gmail.com
Mon Dec 14 23:35:23 UTC 2015


On Mon, Dec 14, 2015 at 1:33 PM, Bryan Drewery <bdrewery at freebsd.org> wrote:
> Author: bdrewery
> Date: Mon Dec 14 21:33:31 2015
> New Revision: 292225
> URL: https://svnweb.freebsd.org/changeset/base/292225
>
> Log:
>   MFC r266566:
>
>     Add .../share/mk to the default system make path. This will fix the problem
>     with broken in-tree builds (which are used far more pervasively than I'd
>     known outside the tree). However, weird results may now happen if at any
>     point in the tree above you there happens to be a directory that has
>     subdirectory of share/mk, as unpredictable results will follow. This was
>     considered the lessor of the two evils, at least for now. In the future this
>     will be removed again when the underlying issues are resolved.
>
>     For MFCing, this is to ensure that when upgrading to head the share/mk
>     in-tree is always used.  Otherwise several build features will not work.
>     This passes a build using head's bmake which has this as the default
>     already.
>
>   Relnotes:     yes

THANK YOU!!!!


More information about the svn-src-stable mailing list