Skip to content
Snippets Groups Projects
Unverified Commit 41c8c1e8 authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #10054 from toonst/fix/make_column_position

make: fix info-objsize column name position
parents da48e010 bd77f982
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ info-objsize: ...@@ -13,7 +13,7 @@ info-objsize:
"") SORTROW=4 ;; \ "") SORTROW=4 ;; \
*) echo "Usage: $(MAKE) info-objsize SORTROW=[text|data|bss|dec]" ; return ;; \ *) echo "Usage: $(MAKE) info-objsize SORTROW=[text|data|bss|dec]" ; return ;; \
esac; \ 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) | \ $(SIZE) -d -B $(BASELIBS) | \
tail -n+2 | \ tail -n+2 | \
sed -e 's#$(BINDIR)##' | \ sed -e 's#$(BINDIR)##' | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment