diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 20:41:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 20:41:28 +0000 |
commit | 002526481eecee09222cc400ac728ee209b01336 (patch) | |
tree | be484f9a6c26894de89ba2ad84147d651197b3cb /Makefile.custom | |
parent | ab24e18c7a32ee1637be19f239e9dd9d7c7f6534 (diff) | |
download | busybox-w32-002526481eecee09222cc400ac728ee209b01336.tar.gz busybox-w32-002526481eecee09222cc400ac728ee209b01336.tar.bz2 busybox-w32-002526481eecee09222cc400ac728ee209b01336.zip |
passwd: small size optimization. salt generation improved
(really generated different salts even if called back-to-back).
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
63 | objsizes: busybox_unstripped | 63 | objsizes: busybox_unstripped |
64 | $(srctree)/scripts/objsizes | 64 | $(srctree)/scripts/objsizes |
65 | 65 | ||
66 | .PHONY: bigdata | ||
67 | bigdata: busybox_unstripped | ||
68 | nm --size-sort busybox_unstripped | grep -vi ' [tr] ' | tail -20 | ||
69 | |||
66 | # Documentation Targets | 70 | # Documentation Targets |
67 | .PHONY: doc | 71 | .PHONY: doc |
68 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html | 72 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html |