Revision 9154
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
7 | 7 |
table.tsv/make() |
8 | 8 |
{ |
9 | 9 |
echo_func; set_make_vars; check_target_exists |
10 |
to_target echo_run "$(dirname "${BASH_SOURCE[0]}")"/MySQL_export
|
|
10 |
to_target mysql_export_local
|
|
11 | 11 |
} |
12 | 12 |
|
13 | 13 |
export_mysql() |
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv/make(): use new mysql_export_local instead of ./MySQL_export