Revision 8080
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
35 | 35 |
##### Installation |
36 | 36 |
|
37 | 37 |
# public must be installed *after* inputs because some views depend on inputs |
38 |
install: _always core mysql inputs/download inputs/install schemas/install test
|
|
38 |
install: _always core mysql schemas/install inputs/download inputs/install test
|
|
39 | 39 |
@$(done) |
40 | 40 |
|
41 | 41 |
uninstall: _always rm_mysql rm_core ; |
Also available in: Unified diff
root Makefile: Installation: install util schemas (temp functions py_functions) before inputs, so that inputs can use util functions in their postprocess.sql or create.sql scripts. (However, they must not use util functions in views or index functions, because these would be cascadingly deleted whenever the util schemas are reinstalled before an import.)