Revision 6200
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
62 | 62 |
install: _always core mysql inputs/download inputs/install schemas/install test |
63 | 63 |
@$(done) |
64 | 64 |
|
65 |
uninstall: _always inputs/uninstall rm_mysql rm_core ;
|
|
65 |
uninstall: _always rm_mysql rm_core ; |
|
66 | 66 |
|
67 | 67 |
reinstall: _always uninstall install ; |
68 | 68 |
|
Also available in: Unified diff
root Makefile: Installation: uninstall: Removed inputs/uninstall because the DB will be uninstalled anyway, so the inputs don't need to be individually removed first