Revision 12850
Added by Aaron Marcuse-Kubitza almost 11 years ago
table.run | ||
---|---|---|
57 | 57 |
{ |
58 | 58 |
begin_target |
59 | 59 |
if remaking; then in_top_dir rm -f header.csv; fi # remake it |
60 |
datasrc_make_install schema
|
|
60 |
"$top_dir/../run" schema/make
|
|
61 | 61 |
is_view="$is_view" table_make_install ${_remake:+re}install # just the table |
62 | 62 |
} |
63 | 63 |
|
Also available in: Unified diff
lib/runscripts/table.run: load_data(): use the much simpler `schema/make` run target, rather than outsourcing to the legacy Makefile via the convoluted datasrc_make_install()/table_make_install()