1
0
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:
Joakim Gebart 2015-07-10 12:45:06 +02:00
parent 4a23860d0c
commit e737a3a076

View File

@ -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: