1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: fix info-objsize column name position

This commit is contained in:
Toon Stegen 2018-09-26 21:44:06 +02:00
parent 272ae30d26
commit bd77f9822d

View File

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