File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ Output/%.out-nat: Output/.dir
66
66
elif [ -f " $( PROJ_SRC_DIR) /$* .reference_output" ]; then \
67
67
cp $(PROJ_SRC_DIR ) /$* .reference_output $@ ; \
68
68
else \
69
- printf " ERROR: %s: %s\n" " NO REFERENCE OUTPUT" " $( PROJ_SRC_DIR) /$* .reference_output" > $@ ; \
69
+ printf " WARNING: %s: %s\n" " NO REFERENCE OUTPUT (using default)" " $( PROJ_SRC_DIR) /$* .reference_output" > $@ ; \
70
+ cp $(PROJ_SRC_ROOT ) /default.reference_output $@ ; \
70
71
cat $@ ; \
71
72
fi
72
73
Original file line number Diff line number Diff line change @@ -870,7 +870,8 @@ Output/%.out-nat: Output/.dir
870
870
elif [ -f " $( PROJ_SRC_DIR) /$* .reference_output" ]; then \
871
871
cp $(PROJ_SRC_DIR ) /$* .reference_output $@ ; \
872
872
else \
873
- printf " ERROR: %s: %s\n" " NO REFERENCE OUTPUT" " $( PROJ_SRC_DIR) /$* .reference_output" > $@ ; \
873
+ printf " WARNING: %s: %s\n" " NO REFERENCE OUTPUT (using default)" " $( PROJ_SRC_DIR) /$* .reference_output" > $@ ; \
874
+ cp $(PROJ_SRC_ROOT ) /default.reference_output $@ ; \
874
875
cat $@ ; \
875
876
fi
876
877
Original file line number Diff line number Diff line change
1
+ exit 0
You can’t perform that action at this time.
0 commit comments