Revision 8963
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; export target |
|
9 |
inline_make 3<<'EOF' |
|
10 |
$(target): |
|
11 |
$(self_dir)/MySQL_export >$@ |
|
12 |
EOF |
|
8 |
echo_func; set_make_vars |
|
9 |
"$(dirname "${BASH_SOURCE[0]}")"/MySQL_export >"$target" |
|
13 | 10 |
} |
14 | 11 |
|
15 | 12 |
export_mysql () |
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv/make (): create the file directly rather than using inline_make, so that the command to create the file can use shell functions such as mysql