prepare_build

Name

prepare_build  --  prepares the build

Synopsis

prepare_build

Description

prepare_build creates targets in the top level makefile which check that a build type has been selected and cleans the target directory of that build type before starting the installation.

Example

Add targets to prepare the build to the makefile:

    prepare_build
    

See Also

buildtype(3), make_rules(3)