From 35ae2ccb40924efcd0fd0c873cc9e56c58851222 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 21 Jul 2015 19:50:48 +0200 Subject: sync: add support for -d -f FILE Based on the patch by Ari Sundholm 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 --- coreutils/Kbuild.src | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/Kbuild.src') 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 lib-$(CONFIG_STAT) += stat.o lib-$(CONFIG_STTY) += stty.o lib-$(CONFIG_SUM) += sum.o -lib-$(CONFIG_SYNC) += sync.o lib-$(CONFIG_TAC) += tac.o lib-$(CONFIG_TEE) += tee.o lib-$(CONFIG_TRUE) += true.o -- cgit v1.2.3