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:
parent
272ae30d26
commit
bd77f9822d
@ -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)##' | \
|
||||
|
Loading…
Reference in New Issue
Block a user