Lines Matching full:stamp
30 # stamp File to touch if the script is successful. Actions that
31 # don't create output files can use this stamp file instead of
101 # If a stamp file is requested, add it as an output of the runner script.
102 if (defined(invoker.stamp) && invoker.stamp != false) {
103 if (invoker.stamp == true) {
106 _stamp_file = invoker.stamp
190 if (defined(invoker.stamp) && invoker.stamp != false) {
191 if (invoker.stamp == true) {
192 # Use source file names in the generated stamp file path so they are
194 stamp = "$target_gen_dir/{{source_file_part}}.pw_pystamp"
196 stamp = invoker.stamp
199 stamp = false
202 forward_variables_from(invoker, "*", [ "stamp" ])