Revision 1191
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
35 | 35 |
# Paths |
36 | 36 |
root := $(selfDir_uZPPqC).. |
37 | 37 |
mappings := $(root)/mappings |
38 |
schemas := $(root)/schemas |
|
39 | 38 |
psqlOpts := --set ON_ERROR_STOP=1 --quiet |
40 | 39 |
psqlAsBien := $(root)/bin/psql_vegbien $(psqlOpts) |
41 | 40 |
|
... | ... | |
163 | 162 |
|
164 | 163 |
all += verify.out |
165 | 164 |
|
166 |
verify.out: $(schemas)/verify.sql _always
|
|
165 |
verify.out: $(mappings)/verify.sql _always
|
|
167 | 166 |
$(out_cmd) |
168 | 167 |
.PRECIOUS: %.out |
169 | 168 |
out_cmd = $(psqlAsBien) --set=datasource="'$(db)'" --no-align\ |
Also available in: Unified diff
Moved verify.sql to mappings since it's mapping-related