Revision 1746
Added by Aaron Marcuse-Kubitza almost 13 years ago
Makefile | ||
---|---|---|
80 | 80 |
|
81 | 81 |
##### Core: VegBIEN DB and dependencies |
82 | 82 |
|
83 |
core: _always $(call forOs,python php postgres) postgres_user db
|
|
83 |
core: _always $(call forOs,python php postgres) db |
|
84 | 84 |
@$(done) |
85 | 85 |
|
86 |
rm_core: _always rm_db rm_postgres_user ;
|
|
86 |
rm_core: _always rm_db ; |
|
87 | 87 |
|
88 | 88 |
reinstall_core: _always rm_core core ; |
89 | 89 |
|
Also available in: Unified diff
root Makefile: core, rm_core: Fixed bug where no longer existing prerequisites postgres_user, rm_postgres_user were not removed