svn commit: r266617 - user/des/tinderbox
Julio Merino
jmmv at freebsd.org
Mon Jul 14 00:00:32 UTC 2014
On Sat, May 24, 2014 at 9:34 AM, Dag-Erling Smørgrav <des at freebsd.org> wrote:
> Author: des
> Date: Sat May 24 13:34:41 2014
> New Revision: 266617
> URL: http://svnweb.freebsd.org/changeset/base/266617
>
> Log:
> Set MAKESYSPATH before building to ensure we use the correct set of .mk
> files right from the start.
Is this supposed to work though? The host make may not match
current's make, and thus current's share/mk/ files may be using
features not yet supported by the host make.
I'd expect the top-level Makefile to deal with any such issues by
ensuring everything leading to the build of a current bmake works.
This seem to be the case with a "make buildworld" *without* overriding
MAKESYSPATH.
This uncovered an oddity in the build (r268598), but I'm not sure
tinderbox is doing the right thing.
More information about the svn-src-user
mailing list