aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 01:21:20 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 01:21:20 +0100
commitea023eacad23f6a30cffe4f255a050b91748fc2f (patch)
tree4e4c1f19c75f27cefa52bcf96b7b4f0ff536a3e6 /coreutils/Kbuild.src
parentf18a82d9b320146e367217aba6664b1efb1be68c (diff)
downloadbusybox-ea023eacad23f6a30cffe4f255a050b91748fc2f.tar.gz
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Kbuild.src')
-rw-r--r--coreutils/Kbuild.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src
index 4ea0fa50a..6a41c8318 100644
--- a/coreutils/Kbuild.src
+++ b/coreutils/Kbuild.src
@@ -39,7 +39,7 @@ lib-$(CONFIG_HEAD) += head.o
lib-$(CONFIG_HOSTID) += hostid.o
lib-$(CONFIG_ID) += id.o
lib-$(CONFIG_INSTALL) += install.o
-lib-$(CONFIG_LENGTH) += length.o
+#lib-$(CONFIG_LENGTH) += length.o
lib-$(CONFIG_LN) += ln.o
lib-$(CONFIG_LOGNAME) += logname.o
lib-$(CONFIG_LS) += ls.o