Revision 10125
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/Makefile | ||
---|---|---|
27 | 27 |
schemasReversed := py_util util temp |
28 | 28 |
uninstall: $(schemasReversed:%=%/uninstall) ; |
29 | 29 |
|
30 |
psqlOpts := --set ON_ERROR_STOP=1 --quiet |
|
31 |
psqlAsAdmin := $(asAdmin) psql $(psqlOpts) |
|
32 |
# -E preserves env vars so PGOPTIONS is passed to psql |
|
33 | 30 |
psqlAsAdminVegbien := $(psqlAsAdmin) vegbien |
34 | 31 |
psqlNoSearchPath := env no_search_path=1 ../bin/psql_script_vegbien |
35 | 32 |
|
Makefile | ||
---|---|---|
229 | 229 |
|
230 | 230 |
postgres-: _always ; # other OSes |
231 | 231 |
|
232 |
psqlOpts := --set ON_ERROR_STOP=1 --quiet |
|
233 |
psqlAsAdmin := $(asAdmin) psql $(psqlOpts) |
|
234 |
# -E preserves env vars so PGOPTIONS is passed to psql |
|
235 | 232 |
psqlAsAdminVegbien := $(psqlAsAdmin) vegbien |
236 | 233 |
bienPassword := $(shell cat config/bien_password) |
237 | 234 |
bienReadPassword := $(shell cat config/bien_read_password) |
Also available in: Unified diff
*Makefile: removed $(psqlOpts), $(psqlAsAdmin), which are now set by lib/common.Makefile