Running clearmake

You can run clearmake from the command line or from the VersionVault File Browser (xclearcase).

The command-line interface is designed to be as similar as possible to other make variants. Lowercase, single-letter command options have their familiar meanings. For example:

-n
No-execute mode
-f
Specify name of makefile
-u
Unconditional rebuild

clearmake recognizes additional options (also one letter, but uppercase) that control its enhanced functionality: configuration lookup, creation of configuration records and derived objects, parallel building, and so on. For a complete description, see the clearmake reference page.

You can run clearmake as a background process or invoke it from a shell script. (In clearmake output, some names are in bold, for clarity. On some architectures, running clearmake in the background suppresses the bold, but no characters are lost.)