Performing an audited build in the export view

You can perform an audited build in the export view.

To perform the required build:

  1. Register and set the export view on your workstation, which is an HCL VersionVault host:
    cleartool mktag -tag libpub_expvu /public/export.vws 
    cleartool setview libpub_expvu
  2. Build in the normal way, on your host:
    cd /proj/libpub
    clearmake

The preceding listed script specifies a particular non-VersionVault host, titan, on which remote shells are to be executed. If builds are performed on more than one non-VersionVault host, you must generalize this script.

Note: Because the remote host name is a part of the build script, winkin of derived objects built on the various hosts fails unless you make further modifications (for example, by using clearmake -O to disable build-script checking).