Project

General

Profile

« Previous | Next » 

Revision 10125

*Makefile: removed $(psqlOpts), $(psqlAsAdmin), which are now set by lib/common.Makefile

View differences:

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