Project

General

Profile

« Previous | Next » 

Revision 10125

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

View differences:

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

  

Also available in: Unified diff