svn commit: r291635 - in head: . share/mk
NGie Cooper
yaneurabeya at gmail.com
Sun Dec 6 04:48:34 UTC 2015
> On Dec 1, 2015, at 17:50, Bryan Drewery <bdrewery at FreeBSD.org> wrote:
>
> Author: bdrewery
> Date: Wed Dec 2 01:50:22 2015
> New Revision: 291635
> URL: https://svnweb.freebsd.org/changeset/base/291635
>
> Log:
…
> Makefile.inc1 includes a guard so that 'make all' will not use SUBDIR_PARALLEL,
> added in r289438. This is so users do not get a probably broken build if they
> run 'make all' from the top-level. Before the change in this commit, the
> workaround for 'make everything' was 'par-all' which would depend on 'all' and
> cause a proper parallel recursion. Now that will not work so a new
> _PARALLEL_SUBUDIR_OK is used to allow it.
Silly question — was the spelling intentional (SUBUDIR, not SUBDIR)?
Thanks!
-NGie
More information about the svn-src-head
mailing list