Revision 14739
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/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 config/download core mysql inputs/download/live \
|
|
29 |
inputs/install schemas/public/reinstall |
|
28 |
install: _always bin/install config/download/live core mysql \
|
|
29 |
inputs/download/live 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: must be config/download/live, not config/download