Project

General

Profile

« Previous | Next » 

Revision 13315

bugfix: /Makefile: $(pg_ctl-Darwin): need to call the command rather than echoing it, as is needed for the Linux version

View differences:

trunk/Makefile
172 172
	@echo $(call pg_ctl-$(os),restart)
173 173
	@$(wait)
174 174
postgres_restart-Darwin: _always
175
	@echo $(call pg_ctl-$(os),restart)
175
	$(call pg_ctl-$(os),restart)
176 176

  
177 177
confirmPostgresReload = $(call confirm,Modifying postgresql.conf and pg_hba.conf)
178 178

  

Also available in: Unified diff