Revision 5979
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 |
|
377 | 378 |
# default: |
378 | 379 |
%/verify: verify/%.out _always |
379 | 380 |
$(if $(shell test -e $< && echo t),cat $<) |
Also available in: Unified diff
input.Makefile: Verification of import: Make verify/%.ref .PRECIOUS because there must always be a .ref for the make rules to work