Revision 8081
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 schemas/install inputs/download inputs/install test |
|
38 |
install: _always core mysql schemas/install inputs/download inputs/install \ |
|
39 |
schemas/public/install test |
|
39 | 40 |
@$(done) |
40 | 41 |
|
41 | 42 |
uninstall: _always rm_mysql rm_core ; |
Also available in: Unified diff
root Makefile: Installation: Fixed bug where need to run schemas/public/install separately because schemas/install installs only the util schemas