Revision 9704
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
6 | 6 |
table.tsv.md5/make() |
7 | 7 |
{ |
8 | 8 |
echo_func; set_make_vars; check_target_exists |
9 |
silent=1 table_make "$target_filename" |
|
9 |
silent=1 table_make "$target_filename"-remake
|
|
10 | 10 |
} |
11 | 11 |
|
12 | 12 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
Also available in: Unified diff
bugfix: inputs/GBIF/table.run: table.tsv.md5/make(): use %-remake to ensure that the .md5 file is remade, regardless of the .md5 file's mtime relative to table.tsv. you would generally expect table.tsv's new mtime to be newer than the .md5 file's (thus triggering make to run), but if you e.g. ran svn up after making the table.tsv, this might not be the case.