X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=8f5094a6eea0cc6b0454f2ca89b20d6ace39b659;hb=0b656283959079825ecea5eba72f0b63e8fca913;hp=974048fb932aef41d99147fef2470138a7c7e3c3;hpb=3958e0a151acbbf21806654fe58af24dbfb372c8;p=oweals%2Fbusybox.git diff --git a/Makefile b/Makefile index 974048fb9..8f5094a6e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ vpath %/Config.in $(srctree) DIRS:=applets archival archival/libunarchive coreutils console-tools \ debianutils editors findutils init miscutils modutils networking \ - networking/libiproute procps loginutils shell \ + networking/libiproute networking/udhcp procps loginutils shell \ sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) @@ -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