Build time environment variables

Learn about environment variables of build time.

The following environment variables specify information related to the build time.

CCASE_BLD_NOWAIT
Deactivates the sleep-check cycle of clearmake during a build. When this environment variable is set, clearmake does not check for a VOB lock (or wait for the VOB to be unlocked).
CCASE_BLD_VOBS
A list of VOB tags - separated by a semicolon - to be checked for lock status during a build. If a VOB on this list is locked, clearmake goes into a sleep-check cycle.
CCASE_BLD_WAIT_NUSERS
Specifies to clearmake that when it checks for a VOB lock, it must check exemptions for specific users. This check slows performance more than the default behavior which is to query if the VOB is locked for anyone.