Actions
Feature #4222
openFactor out maxjobs default stuff from env file(s)
Start date:
2013-10-17
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
There's now a (somewhat large) function in the sample env file
($SRC/tools/env/illumos.sh) that computes a default value for
DMAKE_MAX_JOBS.
I'm creating another env file (for issue #4221) and would rather not see this logic replicated, so I'm moving it into nightly.sh as a new function named default_maxjobs.
Actions