Project

General

Profile

« Previous | Next » 

Revision 1185

Factored verify.sql out into schemas dir

View differences:

input.Makefile
34 34
# Paths
35 35
root := $(selfDir_uZPPqC)..
36 36
mappings := $(root)/mappings
37
schemas := $(root)/schemas
37 38
psqlOpts := --set ON_ERROR_STOP=1 --quiet
38 39
psqlAsBien := $(root)/bin/psql_vegbien $(psqlOpts)
39 40

  
......
159 160

  
160 161
all += verify.out
161 162

  
162
%.out: %.sql _always
163
verify.out: $(schemas)/verify.sql _always
163 164
	$(out_cmd)
164 165
.PRECIOUS: %.out
165 166
out_cmd = $(psqlAsBien) --set=datasource="'$(db)'" --no-align\

Also available in: Unified diff