ControlTier > elements
 

runBuildScript

Command Reference

Description

Invoke the build tool.

Executes make (resolved from the PATH) from the base directory with the specified make file (default "Makefile") and target (default "all") after setting the BUILDSTAMP environment variable.

Usage

ctl -t MakeBuilder -o <objectname> -c runBuildScript [-basedir <>] [-buildfile <>] [-buildstamp <>] [-target <>] [-targetdir <>]

Options

Option Description Type Default
basedir directory where build resources reside string ${entity.attribute.basedir}
buildfile build file to execute string ${entity.attribute.buildFile}
buildstamp build identifier string ${entity.attribute.buildstamp}
target build target to evaluate string ${entity.attribute.buildTarget}
targetdir directory build artifacts will be written string ${entity.attribute.targetdir}