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 /findutils/find.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 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/findutils/find.c b/findutils/find.c index 9022867a2..ca630b6c5 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -57,7 +57,7 @@ | |||
57 | //config: | 57 | //config: |
58 | //config:config FIND | 58 | //config:config FIND |
59 | //config: bool "find" | 59 | //config: bool "find" |
60 | //config: default n | 60 | //config: default y |
61 | //config: help | 61 | //config: help |
62 | //config: find is used to search your system to find specified files. | 62 | //config: find is used to search your system to find specified files. |
63 | //config: | 63 | //config: |
@@ -193,7 +193,7 @@ | |||
193 | //config: | 193 | //config: |
194 | //config:config FEATURE_FIND_DELETE | 194 | //config:config FEATURE_FIND_DELETE |
195 | //config: bool "Enable -delete: delete files/dirs" | 195 | //config: bool "Enable -delete: delete files/dirs" |
196 | //config: default n | 196 | //config: default y |
197 | //config: depends on FIND && FEATURE_FIND_DEPTH | 197 | //config: depends on FIND && FEATURE_FIND_DEPTH |
198 | //config: help | 198 | //config: help |
199 | //config: Support the 'find -delete' option for deleting files and directories. | 199 | //config: Support the 'find -delete' option for deleting files and directories. |
@@ -223,7 +223,7 @@ | |||
223 | //config: | 223 | //config: |
224 | //config:config FEATURE_FIND_LINKS | 224 | //config:config FEATURE_FIND_LINKS |
225 | //config: bool "Enable -links: link count matching" | 225 | //config: bool "Enable -links: link count matching" |
226 | //config: default n | 226 | //config: default y |
227 | //config: depends on FIND | 227 | //config: depends on FIND |
228 | //config: help | 228 | //config: help |
229 | //config: Support the 'find -links' option for matching number of links. | 229 | //config: Support the 'find -links' option for matching number of links. |