passwd: small size optimization. salt generation improved
(really generated different salts even if called back-to-back).
diff --git a/Makefile.custom b/Makefile.custom
index ce80819..2542791 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -63,6 +63,10 @@
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