Project

General

Profile

« Previous | Next » 

Revision 1181

input.Makefile: Provide the verify.sql script a :datasource variable set to the datasource name (in quotes)

View differences:

input.Makefile
159 159
%.out: %.sql _always
160 160
	$(out_cmd)
161 161
.PRECIOUS: %.out
162
out_cmd = $(psqlAsBien) --no-align --field-separator='	' --pset=footer=off\
163
--pset=null=NULL <$< >$@
162
out_cmd = $(psqlAsBien) --set=datasource="'$(db)'" --no-align\
163
--field-separator='	' --pset=footer=off --pset=null=NULL <$< >$@
164 164

  
165 165
ifneq ($(dbFile),)
166 166
%.ref: %.ref.sql

Also available in: Unified diff