Skip to content
Snippets Groups Projects
Commit e737a3a0 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

Makefile.buildtests: Avoid parsing error message

"recipe for target xx failed" was printed to stdout when running info-buildsize for missing files
parent 4a23860d
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ info-objsize: ...@@ -104,7 +104,7 @@ info-objsize:
sort -rnk$${SORTROW} sort -rnk$${SORTROW}
info-buildsize: info-buildsize:
@$(SIZE) -dB $(BINDIR)$(APPLICATION).elf @$(SIZE) -dB $(BINDIR)$(APPLICATION).elf || echo ''
info-buildsizes: SHELL=bash info-buildsizes: SHELL=bash
info-buildsizes: info-buildsizes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment