Revision 8964
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
6 | 6 |
table.tsv/make () |
7 | 7 |
{ |
8 | 8 |
echo_func; set_make_vars |
9 |
! test -e "$target" || return 0 |
|
9 | 10 |
"$(dirname "${BASH_SOURCE[0]}")"/MySQL_export >"$target" |
10 | 11 |
} |
11 | 12 |
|
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv/make (): don't make the target if it already exists