Commit e53b0345 authored by David Flynn's avatar David Flynn
Browse files

scripts: update sample makefile with current pc_error parameters

This updates Makefile.tmc13-step to be compatible with pc_error v0.13
parent 55b4b2fc
...@@ -85,7 +85,7 @@ $(if $(wildcard $1),$(shell ...@@ -85,7 +85,7 @@ $(if $(wildcard $1),$(shell
IFS=":$$IFS"; \ IFS=":$$IFS"; \
while read ARG VAL; do \ while read ARG VAL; do \
[[ $$ARG =~ ^" "*# ]] && continue ; \ [[ $$ARG =~ ^" "*# ]] && continue ; \
echo $(if $2,$2,--)$$ARG $$VAL; done < "$1")) echo $(if $2,$2,--)$$ARG$${VAL:+=}$$VAL; done < "$1"))
endef endef
## ##
...@@ -218,7 +218,7 @@ decoder.cfg: ; ...@@ -218,7 +218,7 @@ decoder.cfg: ;
# generate pc_error report # generate pc_error report
# -- NB, pc_error dies if the -n sequence doesn't contain normals # -- NB, pc_error dies if the -n sequence doesn't contain normals
# in such a case retry without -n and forgoe the d2 error. # in such a case retry without -n and forgoe the d2 error.
PCERROR_FLAGS := -c -l $(call read_cfg,$(call vpath,pcerror.cfg)) PCERROR_FLAGS := --color --lidar $(call read_cfg,$(call vpath,pcerror.cfg))
%.bin.decoded.pc_error: $(if $(WITH_ERRDEP),$(PCERROR)) %.bin.decoded.pc_error: $(if $(WITH_ERRDEP),$(PCERROR))
%.bin.decoded.pc_error: %.bin.decoded.ply pcerror.cfg %.bin.decoded.pc_error: %.bin.decoded.ply pcerror.cfg
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment