Lines Matching refs:DEP
996 local DEP
998 for DEP; do
999 var_list_append TASK_${TASK}_1__deps ${DEP}_1
1000 var_list_append TASK_${TASK}_2__deps ${DEP}_2
1137 for DEP in $(task_get_deps $TASK); do
1138 #echo >&2 "CHECK: '$DEP'"
1139 if ! stamp_check $DEP.visit; then
1140 STACK=$DEP" "$STACK
1141 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1166 local TASK DEP DESCR
1178 for DEP in $(task_get_deps $TASK); do
1179 if ! stamp_check $DEP; then
1180 #echo "Redo: $TASK due to $DEP"