diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.src | 10 | ||||
-rw-r--r-- | coreutils/Kbuild.src | 2 | ||||
-rw-r--r-- | coreutils/length.c.disabled (renamed from coreutils/length.c) | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index c2fd73e59..1a044f96c 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -295,11 +295,11 @@ config FEATURE_INSTALL_LONG_OPTIONS help Support long options for the install applet. -config LENGTH - bool "length" - default y - help - length is used to print out the length of a specified string. +####config LENGTH +#### bool "length" +#### default y +#### help +#### length is used to print out the length of a specified string. config LN bool "ln" 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 diff --git a/coreutils/length.c b/coreutils/length.c.disabled index 7f0b48ccd..7f0b48ccd 100644 --- a/coreutils/length.c +++ b/coreutils/length.c.disabled |