Revision 10826
Added by Aaron Marcuse-Kubitza over 11 years ago
run | ||
---|---|---|
8 | 8 |
: "${schema:=public}" |
9 | 9 |
: "${exports_dir:="$top_dir"/exports}" |
10 | 10 |
|
11 |
taxon_trait/make() # runtime: ~0 ("real 0m0.343s") @ r10825 |
|
12 |
{ |
|
13 |
echo_func; set_make_vars; check_fake_target_exists |
|
14 |
pg_export_table_to_dir "$target_filename" |
|
15 |
} |
|
16 |
|
|
11 | 17 |
geoscrub_input/make() # runtime: 40 s ("real 0m41.592s") @ r9897 |
12 | 18 |
{ |
13 | 19 |
echo_func; set_make_vars; check_fake_target_exists |
... | ... | |
17 | 23 |
export_() |
18 | 24 |
{ |
19 | 25 |
echo_func |
26 |
taxon_trait/make |
|
20 | 27 |
geoscrub_input/make |
21 | 28 |
} |
22 | 29 |
|
Also available in: Unified diff
/run: added taxon_trait/make()