Download TASKING VX-toolset for C166 User Guide

Transcript
TASKING VX-toolset for C166 User Guide
Make utility option: -p
Command line syntax
-p
Description
Normally, if a command in a target rule in a makefile returns an error or when the target construction is
interrupted, the make utility removes that target file. With this option you tell the make utility to make all
target files precious. This means that all dependency files are never removed.
Example
mk166 -p
The make utility never removes target dependency files.
Related information
Special target .PRECIOUS in Section 9.2.2.1, Targets and Dependencies
620