1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

Makefile.buildtests: Fix output of info-objsize

This commit is contained in:
Cenk Gündoğan 2015-08-21 17:48:44 +02:00
parent 155b91bd06
commit 88c8d2f379

View File

@ -105,7 +105,7 @@ info-objsize:
"") SORTROW=4 ;; \
*) echo "Usage: $(MAKE) info-objsize SORTROW=[text|data|bss|dec]" ; return ;; \
esac; \
echo ' text\t data\t bss\t dec\t hex\tfilename'; \
echo -e ' text\t data\t bss\t dec\t hex\tfilename'; \
$(SIZE) -dB $(BASELIBS) | \
tail -n+2 | \
sed -e 's#$(BINDIR)##' | \