From 002526481eecee09222cc400ac728ee209b01336 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 30 Nov 2006 20:41:28 +0000 Subject: passwd: small size optimization. salt generation improved (really generated different salts even if called back-to-back). --- Makefile.custom | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.custom') diff --git a/Makefile.custom b/Makefile.custom index ce808196a..254279178 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -63,6 +63,10 @@ baseline: busybox_unstripped objsizes: busybox_unstripped $(srctree)/scripts/objsizes +.PHONY: bigdata +bigdata: busybox_unstripped + nm --size-sort busybox_unstripped | grep -vi ' [tr] ' | tail -20 + # Documentation Targets .PHONY: doc doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html -- cgit v1.2.1