Revision 14702
Added by Aaron Marcuse-Kubitza about 10 years ago
Makefile | ||
---|---|---|
25 | 25 |
# public must be installed *after* inputs because some views depend on inputs |
26 | 26 |
# schemas/public/install also tests that a clean public schema will be |
27 | 27 |
# installable by full-database import |
28 |
install: _always bin/install core mysql inputs/download/live inputs/install \
|
|
29 |
schemas/public/reinstall |
|
28 |
install: _always config/download bin/install core mysql inputs/download/live \
|
|
29 |
inputs/install schemas/public/reinstall
|
|
30 | 30 |
@$(done) |
31 | 31 |
# schemas/public/install would errexit if the public schema already exists |
32 | 32 |
|
Also available in: Unified diff
bugfix: /Makefile: install: also need to run config/download to get the necessary passwords