Revision 6244
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
56 | 56 |
# BIEN commands |
57 | 57 |
sortFilenames = $(shell $(bin)/sort_filenames $(1)) |
58 | 58 |
selfMap = $(bin)/cols 0 0 |
59 |
psqlOpts := --set ON_ERROR_STOP=1 --quiet |
|
60 |
psqlAsBien := $(bin)/psql_vegbien $(psqlOpts) |
|
59 |
psqlAsBien := $(bin)/psql_script_vegbien |
|
61 | 60 |
psqlNoSearchPath := env no_search_path=1 $(psqlAsBien) |
62 | 61 |
# Usage: ($(inDatasrc); cat $(file))|$(psqlCmd) |
63 | 62 |
inDatasrc := echo 'SET search_path TO "$(datasrc)";' |
Also available in: Unified diff
input.Makefile: BIEN commands: $(psqlAsBien): Use psql_script_vegbien, which automatically adds the $(psqlOpts), instead of psql_vegbien