On 2016/03/17 13:07, Marc Espie wrote:
> Also, in the large scheme of things, there are just a few ports that 
> realistically benefit from parallel building.  And those are often already
> tagged with DPB_PROPERTIES because they help the actual official 
> package building.

Note that you can have something like this in mk.conf or some other
file which is included by ports infra:

.if defined(DPB_PROPERTIES) && ${DPB_PROPERTIES:Mparallel}
MAKE_JOBS = 2
.endif

Reply via email to