Revision 1181
Added by Aaron Marcuse-Kubitza almost 13 years ago
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
input.Makefile: Provide the verify.sql script a :datasource variable set to the datasource name (in quotes)