Starting a parallel build

Follow the steps mentioned in this content to start a parallel build.

To start a parallel build:

Invoke clearmake by using the -J command-line option or set the CCASE_CONC environment variable.

For example, to start a build that builds up to five targets concurrently, use one of the following methods:

% clearmake-J 5 my_target
% setenv CCASE_CONC 5 % clearmakemy_target

(command-line options)


(environment variable)

If any warnings or errors occur with clearmake -J, see clearmake.