Revision 8990
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
5 | 5 |
|
6 | 6 |
table.tsv/make () |
7 | 7 |
{ |
8 |
echo_func; set_make_vars |
|
9 |
! test -e "$target" || return 0 |
|
8 |
echo_func; set_make_vars; check_target_exists |
|
10 | 9 |
extern "$(dirname "${BASH_SOURCE[0]}")"/MySQL_export >"$target" |
11 | 10 |
} |
12 | 11 |
|
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv/make (): use new check_target_exists