Revision 14700
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 config core mysql inputs/download/live inputs/install \
|
|
28 |
install: _always bin/install core mysql inputs/download/live inputs/install \
|
|
29 | 29 |
schemas/public/reinstall |
30 | 30 |
@$(done) |
31 | 31 |
# schemas/public/install would errexit if the public schema already exists |
... | ... | |
34 | 34 |
|
35 | 35 |
reinstall: _always uninstall install ; |
36 | 36 |
|
37 |
##### config: live and test environments
|
|
37 |
##### bin/install: live and test environments
|
|
38 | 38 |
|
39 |
config: _always
|
|
39 |
bin/install: _always
|
|
40 | 40 |
mkdir -p ~/bin |
41 | 41 |
-ln -s $(realpath bin/make) ~/bin |
42 | 42 |
# ignore errors if file exists |
Also available in: Unified diff
/Makefile: config: renamed to bin/install because config is the name of a directory