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 |
(command-line options) |
|
|
|
|
% setenv CCASE_CONC 5 |
(environment variable) |
|
Feedback on the documentation in this site? We welcome any comments!
Copyright © 2001 by Rational Software Corporation. All rights reserved. |