mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.buildtests: Avoid parsing error message
"recipe for target xx failed" was printed to stdout when running info-buildsize for missing files
This commit is contained in:
parent
4a23860d0c
commit
e737a3a076
@ -104,7 +104,7 @@ info-objsize:
|
||||
sort -rnk$${SORTROW}
|
||||
|
||||
info-buildsize:
|
||||
@$(SIZE) -dB $(BINDIR)$(APPLICATION).elf
|
||||
@$(SIZE) -dB $(BINDIR)$(APPLICATION).elf || echo ''
|
||||
|
||||
info-buildsizes: SHELL=bash
|
||||
info-buildsizes:
|
||||
|
Loading…
Reference in New Issue
Block a user