Skip to content

Commit

Permalink
Merge pull request #3684 from cgundogan/pr/make/info_objsize_output
Browse files Browse the repository at this point in the history
Makefile.buildtests: Fix output of info-objsize
  • Loading branch information
Kijewski committed Aug 21, 2015
2 parents a3dfd90 + 88c8d2f commit 07f24ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.buildtests
Expand Up @@ -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)##' | \
Expand Down

0 comments on commit 07f24ff

Please sign in to comment.