Revision 14750
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
226 | 226 |
-sudo apt-get --yes install postgresql-$(pgVersion)-postgis-2.1 |
227 | 227 |
-$(MAKE) phppgadmin-Linux |
228 | 228 |
-sudo pip install psycopg2 |
229 |
-$(MAKE) $(postgresReload-Linux)
|
|
229 |
$(postgresReload-Linux) |
|
230 | 230 |
# run pg_version inline because it needs postgresql to be installed first |
231 | 231 |
# ignore errors if conf files already edited |
232 | 232 |
|
... | ... | |
236 | 236 |
brew install postgis # also installs PostgreSQL |
237 | 237 |
-$(postgresReload-Darwin) |
238 | 238 |
-sudo easy_install psycopg2 |
239 |
-$(postgresReload-Darwin)
|
|
239 |
$(postgresReload-Darwin) |
|
240 | 240 |
|
241 | 241 |
postgres-: _always ; # other OSes |
242 | 242 |
|
Also available in: Unified diff
bugfix: /Makefile: $(postgresReload-*) calls: do not prepend $(MAKE) or - because these are multi-command functions