Lines Matching refs:DEP
1016 local DEP
1018 for DEP; do
1019 var_list_append TASK_${TASK}_1__deps ${DEP}_1
1020 var_list_append TASK_${TASK}_2__deps ${DEP}_2
1157 for DEP in $(task_get_deps $TASK); do
1158 #echo >&2 "CHECK: '$DEP'"
1159 if ! stamp_check $DEP.visit; then
1160 STACK=$DEP" "$STACK
1161 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1186 local TASK DEP DESCR
1198 for DEP in $(task_get_deps $TASK); do
1199 if ! stamp_check $DEP; then
1200 #echo "Redo: $TASK due to $DEP"