Revision 7067
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/input.Makefile | ||
---|---|---|
247 | 247 |
--no-align --field-separator=, --pset=footer=off >$*/header.csv |
248 | 248 |
endef |
249 | 249 |
|
250 |
# Don't try to edit a view. Must come before %/install to override it. |
|
251 |
%_view/install: _always ; |
|
252 |
|
|
250 | 253 |
# For staging tables which are derived by joining together other staging tables. |
251 | 254 |
%/install %/header.csv: %/create.sql _always |
252 | 255 |
($(inDatasrc); echo 'CREATE TABLE "$*" AS'; cat $<; echo ';')|"time" \ |
Also available in: Unified diff
input.Makefile: Staging tables installation: Added %_view/install, to prevent trying to edit a view during installation