trigger annotation tag

1 minute readReference

Synopsis

Explanation of the reason the jobcache feature was applied to this job.

Attributes

file

If the trigger type is pragma, this attribute gives the makefile in which the pragma was specified.

line

If the trigger type is pragma, this attribute gives the line within the makefile on which the pragma was specified.

option

If the trigger type is commandline, this attribute gives the specific command-line option that applied for this job.

options

If the trigger type is pragma, this attribute gives the options specified in the pragma.

type

Type of trigger described by this element. One of:

  • commandline: jobcache was applied to the job because of a command-line argument like --emake-jobcache=gcc or --emake-parse-avoidance=1.

  • pragma: jobcache was applied to the job because of a makefile pragma, such as #pragma jobcache gcc.

Contents

None.