Project

General

Profile

« Previous | Next » 

Revision 13015

/Makefile: postgres_restart-Linux: documented that the manual running of the command is needed because for some reason, pg_ctl does not work when run inside make

View differences:

trunk/Makefile
166 166

  
167 167
postgres_restart: postgres_restart-$(os) _always ;
168 168
postgres_restart-Linux: _always
169
	@# for some reason, pg_ctl does not work when run inside make
169 170
	@echo $(emph)'restart PostgreSQL manually:'$(endEmph)
170 171
	@echo $(call pg_ctl-$(os),restart)
171 172
	@$(wait)

Also available in: Unified diff