|
|
The build class installs or removes objects by executing instructions that create or modify the object file. These instructions are delivered as a build class action script.
The name of the instruction file should be the same as the name of the file upon which the instructions will be executed.
The build class action script executes automatically at installation time if a file belonging to class build exists.
A build script must be executable by sh(C). The script's output becomes the new version of the file as it is built.
See case study 5c for an example build class action script.