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:
parent
155b91bd06
commit
88c8d2f379
@ -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)##' | \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user