Installing and Building Your SourcePro® Products : Chapter 3 Buildspec Details : General Buildspec Questions : Select Clean Options
Select Clean Options
Clean options cause particular items, such as logs and object files, to be removed from the buildspace. You can specify either prebuild clean options, postbuild clean options, or both.
Prebuild Clean Optons
The prebuild clean options are:
none
Do not remove anything.
all but ch13n results, makefile
Remove all except makefiles and the compiler environment characterization.
all but ch13n results
Remove all except the compiler environment characterization.
all (default)
Remove everything; compiler environment characterization must be rerun.
Postbuild Clean Options
The postbuild options available are:
none (default)
Do not remove anything.
objects
Remove only the object files.
objects, executables
Remove object files and executables, such as example programs, created by the build.
full clean for deploy
Remove any files not needed for deployment of the built components and executables.
NOTE >> The “full clean for deploy” option removes everything except the compiled libraries and their header files. All source code, makefiles, logs, and other nonessential files are deleted. Before you can rebuild any of the components, you must reload them from the CD.