diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 20:56:36 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-19 18:35:26 +0200 |
commit | 07c3f3802d68880825052fb7902534bd31dc3f05 (patch) | |
tree | a296152d451acf6a79bc7215c7000d23aaa176b7 /findutils | |
parent | e6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff) | |
download | busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2 busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip |
Config.in: mark all applets POSIX only
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 8582d6446..9cd4a1908 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -8,6 +8,7 @@ menu "Finding Utilities" | |||
8 | config FIND | 8 | config FIND |
9 | bool "find" | 9 | bool "find" |
10 | default n | 10 | default n |
11 | depends on PLATFORM_POSIX | ||
11 | help | 12 | help |
12 | find is used to search your system to find specified files. | 13 | find is used to search your system to find specified files. |
13 | 14 | ||
@@ -181,6 +182,7 @@ config FEATURE_FIND_LINKS | |||
181 | config GREP | 182 | config GREP |
182 | bool "grep" | 183 | bool "grep" |
183 | default n | 184 | default n |
185 | depends on PLATFORM_POSIX | ||
184 | help | 186 | help |
185 | grep is used to search files for a specified pattern. | 187 | grep is used to search files for a specified pattern. |
186 | 188 | ||
@@ -214,6 +216,7 @@ config FEATURE_GREP_CONTEXT | |||
214 | config XARGS | 216 | config XARGS |
215 | bool "xargs" | 217 | bool "xargs" |
216 | default n | 218 | default n |
219 | depends on PLATFORM_POSIX | ||
217 | help | 220 | help |
218 | xargs is used to execute a specified command for | 221 | xargs is used to execute a specified command for |
219 | every item from standard input. | 222 | every item from standard input. |