Revision 9363
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
5 | 5 |
|
6 | 6 |
table.tsv.md5/make() |
7 | 7 |
{ |
8 |
echo_func; set_make_vars |
|
8 |
echo_func; set_make_vars; check_target_exists
|
|
9 | 9 |
silent=1 input_make "$target_filename.md5" |
10 | 10 |
} |
11 | 11 |
|
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: inputs/GBIF/raw_occurrence_record/run: added check_target_exists so you know why make skipped the file (for other, non-silent targets, it would also avoid make's verbose output when the file exists)