Project

General

Profile

« Previous | Next » 

Revision 6914

root Makefile: $(psqlNoSearchPath): Merged $(psqlAsBien) into it because it's the only place $(psqlAsBien) is used

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_script_vegbien
240
psqlNoSearchPath := env no_search_path=1 bin/psql_script_vegbien
241 241
bienPassword := $(shell cat config/bien_password)
242 242
bienReadPassword := $(shell cat config/bien_read_password)
243 243

  
......
288 288
schemasReversed := public py_functions functions temp
289 289
schemas/uninstall: $(schemasReversed:%=schemas/%/uninstall) ;
290 290

  
291
psqlNoSearchPath := env no_search_path=1 $(psqlAsBien)
292

  
293 291
### public
294 292

  
295 293
schemas/public/install: schemas/vegbien.sql _always

Also available in: Unified diff