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

Bryan Drewery bdrewery at FreeBSD.org
Sun Dec 6 17:03:19 UTC 2015


On 12/5/2015 8:48 PM, NGie Cooper wrote:
> 
>> 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)?

Mistake, but it does not matter much. It's an internal hack.


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20151206/1aadc570/attachment.sig>


More information about the svn-src-all mailing list