Download TR0109 TSK3000 Embedded Tools Reference

Transcript
TSK3000 Embedded Tools Reference
Make Utility: -S
Command line syntax
-S
Description
With this option you cancel the effect of the option -k. This is only necessary in a recursive make
where the option -k might be inherited from the top-level make via MAKEFLAGS or if you set the
option -k in the environment variable MAKEFLAGS.
Example
tmk -S
The effect of the option -k is cancelled so the make utility stops with the make process after it
encounters an error.
The option -k in this example may have been set with the environment variable MAKEFLAGS or in a
recursive call to tmk in the makefile.
Related information
Make utility option -k (On error, abandon the work for the current target only)
4-170