Revision 1195
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
152 | 152 |
|
153 | 153 |
##### Verification of import |
154 | 154 |
|
155 |
ifneq ($(wildcard verify.*.ref*),) |
|
156 |
|
|
157 | 155 |
verify: $(addprefix verify-,$(tables)) _always ; |
158 | 156 |
|
159 | 157 |
verify-%: verify.%.ref verify.%.out _always |
... | ... | |
181 | 179 |
.PRECIOUS: %.ref |
182 | 180 |
endif |
183 | 181 |
|
184 |
else |
|
185 |
verify: _always ; |
|
186 |
endif |
|
187 |
|
|
188 | 182 |
##### Testing |
189 | 183 |
|
190 | 184 |
ifneq ($(wildcard test/),) |
Also available in: Unified diff
input.Makefile: Removed no longer needed default verify action for dirs with no verify.ref's