Project

General

Profile

« Previous | Next » 

Revision 1081

input.Makefile: Halt psql commands on first error

View differences:

inputs/input.Makefile
31 31
# Paths
32 32
root := $(selfDir_uZPPqC)..
33 33
mappings := $(root)/mappings
34
psqlAsBien := $(root)/bin/psql_vegbien
34
psqlOpts := --set ON_ERROR_STOP=1 --quiet
35
psqlAsBien := $(root)/bin/psql_vegbien $(psqlOpts)
35 36

  
36 37
##### General targets
37 38

  

Also available in: Unified diff