Project

General

Profile

« Previous | Next » 

Revision 6913

root Makefile: $(psqlAsBien): Use psql_script_vegbien instead of psql_vegbien, which adds $(psqlOpts) itself

View differences:

Makefile
237 237
psqlAsAdmin := $(asAdmin) psql $(psqlOpts)
238 238
    # -E preserves env vars so PGOPTIONS is passed to psql
239 239
psqlAsAdminVegbien := $(psqlAsAdmin) vegbien
240
psqlAsBien := bin/psql_vegbien $(psqlOpts)
240
psqlAsBien := bin/psql_script_vegbien
241 241
bienPassword := $(shell cat config/bien_password)
242 242
bienReadPassword := $(shell cat config/bien_read_password)
243 243

  

Also available in: Unified diff