Revision 5981
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
374 | 374 |
%/verify: verify/%.ref verify/%.out _always |
375 | 375 |
-$(diffVerbose) $(+_) |
376 | 376 |
# don't abort on verification errors, which are expected during development |
377 |
.PRECIOUS: verify/%.ref # there must always be a .ref for the make rules to work |
|
378 | 377 |
# default: |
379 | 378 |
%/verify: verify/%.out _always |
380 | 379 |
$(if $(shell test -e $< && echo t),cat $<) |
... | ... | |
399 | 398 |
|
400 | 399 |
%.ref: %.ref.sql |
401 | 400 |
($(inDatasrc); cat $<)|$(psqlExport) >$@ |
401 |
.PRECIOUS: %.ref # there must always be a .ref for the make rules to work |
|
402 | 402 |
|
403 | 403 |
##### Editing import |
404 | 404 |
|
Also available in: Unified diff
input.Makefile: Verification of import: Fixed bug where needed to make .ref .PRECIOUS instead of verify/.ref