Revision 8961
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
3 | 3 |
|
4 | 4 |
if self_not_included; then |
5 | 5 |
|
6 |
export_mysql ()
|
|
6 |
table.tsv/make ()
|
|
7 | 7 |
{ |
8 |
echo_func |
|
8 |
echo_func; set_make_vars
|
|
9 | 9 |
inline_make 3<<'EOF' |
10 | 10 |
table.tsv: |
11 | 11 |
$(self_dir)/MySQL_export >$@ |
12 | 12 |
EOF |
13 | 13 |
} |
14 | 14 |
|
15 |
export_mysql () |
|
16 |
{ |
|
17 |
echo_func |
|
18 |
table.tsv/make |
|
19 |
} |
|
20 |
|
|
15 | 21 |
import () |
16 | 22 |
{ |
17 | 23 |
echo_func |
Also available in: Unified diff
inputs/GBIF/table.run: moved table.tsv creation to separate table.tsv/make () function