diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-02-25 01:24:32 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-02-25 01:24:32 +0100 |
commit | af0255f49681bcc78830a56af885e891eca210f4 (patch) | |
tree | 89fa748e057d2543c69205300f7614a4ef326fdf /coreutils/Kbuild.src | |
parent | 8e6a1ea8250137d1dd9b0a37b7a1d6d596a91099 (diff) | |
download | busybox-w32-af0255f49681bcc78830a56af885e891eca210f4.tar.gz busybox-w32-af0255f49681bcc78830a56af885e891eca210f4.tar.bz2 busybox-w32-af0255f49681bcc78830a56af885e891eca210f4.zip |
head,tail: use common suffix struct. simplify help text.
function old new delta
head_tail_suffixes - 32 +32
head_main 415 406 -9
packed_usage 29252 29234 -18
tail_suffixes 32 - -32
head_suffixes 32 - -32
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 0/2 up/down: 32/-91) Total: -59 bytes
text data bss dec hex filename
890474 497 7584 898555 db5fb busybox_old
890415 497 7584 898496 db5c0 busybox_unstripped
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Kbuild.src')
-rw-r--r-- | coreutils/Kbuild.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src index b715b9c47..ec4ef7df2 100644 --- a/coreutils/Kbuild.src +++ b/coreutils/Kbuild.src | |||
@@ -35,7 +35,6 @@ lib-$(CONFIG_EXPAND) += expand.o | |||
35 | lib-$(CONFIG_FALSE) += false.o | 35 | lib-$(CONFIG_FALSE) += false.o |
36 | lib-$(CONFIG_FOLD) += fold.o | 36 | lib-$(CONFIG_FOLD) += fold.o |
37 | lib-$(CONFIG_FSYNC) += fsync.o | 37 | lib-$(CONFIG_FSYNC) += fsync.o |
38 | lib-$(CONFIG_HEAD) += head.o | ||
39 | lib-$(CONFIG_INSTALL) += install.o | 38 | lib-$(CONFIG_INSTALL) += install.o |
40 | #lib-$(CONFIG_LENGTH) += length.o | 39 | #lib-$(CONFIG_LENGTH) += length.o |
41 | lib-$(CONFIG_LN) += ln.o | 40 | lib-$(CONFIG_LN) += ln.o |
@@ -71,7 +70,6 @@ lib-$(CONFIG_STTY) += stty.o | |||
71 | lib-$(CONFIG_SUM) += sum.o | 70 | lib-$(CONFIG_SUM) += sum.o |
72 | lib-$(CONFIG_SYNC) += sync.o | 71 | lib-$(CONFIG_SYNC) += sync.o |
73 | lib-$(CONFIG_TAC) += tac.o | 72 | lib-$(CONFIG_TAC) += tac.o |
74 | lib-$(CONFIG_TAIL) += tail.o | ||
75 | lib-$(CONFIG_TEE) += tee.o | 73 | lib-$(CONFIG_TEE) += tee.o |
76 | lib-$(CONFIG_TRUE) += true.o | 74 | lib-$(CONFIG_TRUE) += true.o |
77 | lib-$(CONFIG_TTY) += tty.o | 75 | lib-$(CONFIG_TTY) += tty.o |