Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / Makefile
index 9e9e9575570995e63462a53b04fcf1a512621eb0..8f5094a6eea0cc6b0454f2ca89b20d6ace39b659 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -132,6 +132,8 @@ help:
        @echo '  uninstall'
        @echo
        @echo 'Development:'
+       @echo '  bloatcheck             - show size difference between busybox_unstripped'
+       @echo '                           and busybox_old
        @echo '  check                  - run the test suite for all applets'
        @echo '  checkhelp              - check for missing help-entries in Config.in'
        @echo '  randconfig             - generate a random configuration'
@@ -358,6 +360,9 @@ checkhelp:
 .PHONY: sizes
 sizes: busybox_unstripped
        $(NM) --size-sort $(<)
+.PHONY: bloatcheck
+bloatcheck: busybox_old busybox_unstripped
+       @$(top_srcdir)/scripts/bloat-o-meter busybox_old busybox_unstripped
 
 .PHONY: objsizes
 objsizes: busybox_unstripped