diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-07-21 19:50:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-07-21 19:50:48 +0200 |
commit | 35ae2ccb40924efcd0fd0c873cc9e56c58851222 (patch) | |
tree | 75f32dc79e063940ee1ea59a9d8cb1a215f1959e /coreutils/Kbuild.src | |
parent | ce193f809b32368796a3aacf2ac8ba277f4c102a (diff) | |
download | busybox-w32-35ae2ccb40924efcd0fd0c873cc9e56c58851222.tar.gz busybox-w32-35ae2ccb40924efcd0fd0c873cc9e56c58851222.tar.bz2 busybox-w32-35ae2ccb40924efcd0fd0c873cc9e56c58851222.zip |
sync: add support for -d -f FILE
Based on the patch by Ari Sundholm <ari@tuxera.com>
function old new delta
sync_main 20 163 +143
packed_usage 30653 30673 +20
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 163/0) Total: 163 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Kbuild.src')
-rw-r--r-- | coreutils/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src index ec4ef7df2..4ec075ac6 100644 --- a/coreutils/Kbuild.src +++ b/coreutils/Kbuild.src | |||
@@ -68,7 +68,6 @@ lib-$(CONFIG_SORT) += sort.o | |||
68 | lib-$(CONFIG_STAT) += stat.o | 68 | lib-$(CONFIG_STAT) += stat.o |
69 | lib-$(CONFIG_STTY) += stty.o | 69 | lib-$(CONFIG_STTY) += stty.o |
70 | lib-$(CONFIG_SUM) += sum.o | 70 | lib-$(CONFIG_SUM) += sum.o |
71 | lib-$(CONFIG_SYNC) += sync.o | ||
72 | lib-$(CONFIG_TAC) += tac.o | 71 | lib-$(CONFIG_TAC) += tac.o |
73 | lib-$(CONFIG_TEE) += tee.o | 72 | lib-$(CONFIG_TEE) += tee.o |
74 | lib-$(CONFIG_TRUE) += true.o | 73 | lib-$(CONFIG_TRUE) += true.o |