summaryrefslogtreecommitdiffstats
path: root/rules/findutils.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-05 21:30:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-05 21:30:04 +0000
commitd9822d1bb7c060936fb834cdda4aa238baea651b (patch)
treee96954e5b21055641e18321a910301f1ad845986 /rules/findutils.in
parentff67b81676238aaec15f0ba0a0aa076899137788 (diff)
downloadptxdist-d9822d1bb7c060936fb834cdda4aa238baea651b.tar.gz
ptxdist-d9822d1bb7c060936fb834cdda4aa238baea651b.tar.xz
* rules/<some>.in:
added ALLYES to unblock in allyes target * rules/experimental.in: removed experimental, added allyes git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9415 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/findutils.in')
-rw-r--r--rules/findutils.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/findutils.in b/rules/findutils.in
index 2c8ca5238..f21d9b81b 100644
--- a/rules/findutils.in
+++ b/rules/findutils.in
@@ -11,7 +11,7 @@ if FINDUTILS
config FINDUTILS_FIND
bool
- depends on !BUSYBOX_FIND
+ depends on !BUSYBOX_FIND || ALLYES
prompt "find"
help
Searches given directory trees for files matching the specified criteria
@@ -21,7 +21,7 @@ comment "BusyBox' find is selected!"
config FINDUTILS_XARGS
bool
- depends on !BUSYBOX_XARGS
+ depends on !BUSYBOX_XARGS || ALLYES
prompt "xargs"
help
Can be used to apply a given command to a list of files
@@ -31,7 +31,7 @@ comment "BusyBox' xargs is selected!"
config FINDUTILS_DATABASE
bool
- depends on !BUSYBOX_FIND && !BUSYBOX_XARGS
+ depends on !BUSYBOX_FIND && !BUSYBOX_XARGS || ALLYES
select FINDUTILS_FIND
select FINDUTILS_XARGS
prompt "database support"