diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /coreutils/tr.c | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 25f503860..f3db3793f 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -23,14 +23,14 @@ | |||
23 | 23 | ||
24 | //config:config TR | 24 | //config:config TR |
25 | //config: bool "tr" | 25 | //config: bool "tr" |
26 | //config: default n | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: tr is used to squeeze, and/or delete characters from standard | 28 | //config: tr is used to squeeze, and/or delete characters from standard |
29 | //config: input, writing to standard output. | 29 | //config: input, writing to standard output. |
30 | //config: | 30 | //config: |
31 | //config:config FEATURE_TR_CLASSES | 31 | //config:config FEATURE_TR_CLASSES |
32 | //config: bool "Enable character classes (such as [:upper:])" | 32 | //config: bool "Enable character classes (such as [:upper:])" |
33 | //config: default n | 33 | //config: default y |
34 | //config: depends on TR | 34 | //config: depends on TR |
35 | //config: help | 35 | //config: help |
36 | //config: Enable character classes, enabling commands such as: | 36 | //config: Enable character classes, enabling commands such as: |
@@ -38,7 +38,7 @@ | |||
38 | //config: | 38 | //config: |
39 | //config:config FEATURE_TR_EQUIV | 39 | //config:config FEATURE_TR_EQUIV |
40 | //config: bool "Enable equivalence classes" | 40 | //config: bool "Enable equivalence classes" |
41 | //config: default n | 41 | //config: default y |
42 | //config: depends on TR | 42 | //config: depends on TR |
43 | //config: help | 43 | //config: help |
44 | //config: Enable equivalence classes, which essentially add the enclosed | 44 | //config: Enable equivalence classes, which essentially add the enclosed |