diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 12:43:45 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-21 12:43:45 +0000 |
commit | 931de892cc1c07ba3ce728cce3e4a64fe59c8444 (patch) | |
tree | d9a2eb0a78971f0556ea28538e1705b203e107ad /Makefile.custom | |
parent | a80b4a0fa74e7a19881790943d4f58de0411fa58 (diff) | |
download | busybox-w32-931de892cc1c07ba3ce728cce3e4a64fe59c8444.tar.gz busybox-w32-931de892cc1c07ba3ce728cce3e4a64fe59c8444.tar.bz2 busybox-w32-931de892cc1c07ba3ce728cce3e4a64fe59c8444.zip |
random shrinkage of statics, -60 bytes saved
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index bb5977697..a011d53fd 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -67,6 +67,7 @@ sizes: busybox_unstripped | |||
67 | .PHONY: bloatcheck | 67 | .PHONY: bloatcheck |
68 | bloatcheck: busybox_old busybox_unstripped | 68 | bloatcheck: busybox_old busybox_unstripped |
69 | @$(srctree)/scripts/bloat-o-meter busybox_old busybox_unstripped | 69 | @$(srctree)/scripts/bloat-o-meter busybox_old busybox_unstripped |
70 | @$(CROSS_COMPILE)size busybox_old busybox_unstripped | ||
70 | 71 | ||
71 | .PHONY: baseline | 72 | .PHONY: baseline |
72 | baseline: busybox_unstripped | 73 | baseline: busybox_unstripped |