diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-22 12:12:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-22 12:12:17 +0200 |
commit | 149a32a19b8f7f38b5d39cf4f0e19a4517699f80 (patch) | |
tree | 90dc347dd3c25dac953f968e7d83c0445937daba /applets/Kbuild | |
parent | 3945bc15340dc9cfa8aae0164f3baf94db6d40c3 (diff) | |
download | busybox-w32-149a32a19b8f7f38b5d39cf4f0e19a4517699f80.tar.gz busybox-w32-149a32a19b8f7f38b5d39cf4f0e19a4517699f80.tar.bz2 busybox-w32-149a32a19b8f7f38b5d39cf4f0e19a4517699f80.zip |
mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)
function old new delta
mkfs_ext2_main 2385 2495 +110
packed_usage 26400 26447 +47
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 157/0) Total: 157 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets/Kbuild')
-rw-r--r-- | applets/Kbuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/Kbuild b/applets/Kbuild index a966f6e5b..a6b0cf6fb 100644 --- a/applets/Kbuild +++ b/applets/Kbuild | |||
@@ -27,9 +27,9 @@ HOSTCFLAGS_usage_pod.o = -I$(srctree_slash)include -Iinclude | |||
27 | 27 | ||
28 | applets/applets.o: include/usage_compressed.h include/applet_tables.h | 28 | applets/applets.o: include/usage_compressed.h include/applet_tables.h |
29 | 29 | ||
30 | applets/applet_tables: .config | 30 | applets/applet_tables: .config $(srctree_slash)include/applets.h |
31 | applets/usage: .config | 31 | applets/usage: .config $(srctree_slash)include/applets.h |
32 | applets/usage_pod: .config include/applet_tables.h | 32 | applets/usage_pod: .config include/applet_tables.h $(srctree_slash)include/applets.h |
33 | 33 | ||
34 | quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h | 34 | quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h |
35 | cmd_gen_usage_compressed = $(srctree_slash)applets/usage_compressed include/usage_compressed.h applets | 35 | cmd_gen_usage_compressed = $(srctree_slash)applets/usage_compressed include/usage_compressed.h applets |