Revision 13990
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/Makefile | ||
---|---|---|
153 | 153 |
@echo $(call pg_ctl-$(os),restart) |
154 | 154 |
@$(wait) |
155 | 155 |
postgres_restart-Darwin: _always |
156 |
@# for some reason, pg_ctl does not work when run inside make |
|
157 |
@echo $(emph)'restart PostgreSQL manually:'$(endEmph) |
|
156 | 158 |
@echo $(call pg_ctl-$(os),restart) |
159 |
@$(wait) |
|
157 | 160 |
|
158 | 161 |
confirmPostgresReload = $(call confirm,Modifying postgresql.conf and pg_hba.conf) |
159 | 162 |
|
Also available in: Unified diff
bugfix: /Makefile: postgres_restart-Darwin: need to have the user run the command outside of make because it doesn't appear to do anything when run inside make (this is the same problem as on Linux)