Revision 370
Added by Aaron Marcuse-Kubitza almost 13 years ago
input.Makefile | ||
---|---|---|
68 | 68 |
verify-%: verify.%.ref verify.%.out _not_file |
69 | 69 |
$(DIFF) |
70 | 70 |
|
71 |
verify.%.out: verify.%.sql _not_file
|
|
71 |
%.out: %.sql _not_file
|
|
72 | 72 |
$(psqlAsBien) --no-align --tuples-only <$< >$@ |
73 |
.PRECIOUS: verify.%.out
|
|
73 |
.PRECIOUS: %.out |
|
74 | 74 |
|
75 |
all += $(wildcard verify.*.out)
|
|
75 |
all += $(wildcard *.out) |
|
76 | 76 |
|
77 | 77 |
##### |
78 | 78 |
|
... | ... | |
103 | 103 |
importCmd = (set -x; "time" env commit=1 $(map) $<) \ |
104 | 104 |
$(if $(n),,>>$(log)) 2>&1$(if $(n),|tee -a $(log)) |
105 | 105 |
|
106 |
all += $(wildcard *.out) |
|
107 |
|
|
108 | 106 |
%.ref: %.ref.sql |
109 | 107 |
$(mysqlAsBien) --skip-column-names $(db) <$< >$@ |
110 | 108 |
.PRECIOUS: %.ref |
Also available in: Unified diff
input.Makefile: Remove all *.out in clean