Lines Matching full:tasks
279 --list-tasks) LIST_TASKS=yes
928 # Variant of task define for dual tasks
929 # This really defines two tasks named '<task>_1' and '<task>_2"
973 # $2+: other tasks this task depends on.
982 # $2+: other non-dual tasks this dual task depends on
992 # $2+: other dual tasks this dual task depends on
1113 # Used to build the list of tasks with a tree post-order traversal, i.e.
1118 # $1: space-separated list of tasks to visit
1119 # Out: list of all tasks in post-order
1163 # Build the list of tasks, in reverse order (from leafs to last)
1164 local TASKS=$(task_build_postorder_list $1)
1165 # Do all tasks
1168 # Dump list of tasks:
1169 # echo "ALL TASKS:"
1170 # for TASK in $TASKS; do
1174 # Clean timestamps of any tasks whose any of its dependents needs
1177 for TASK in $TASKS; do
1187 for TASK in $TASKS; do