Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

Lines Matching refs:DEP

1014     local DEP
1016 for DEP; do
1017 var_list_append TASK_${TASK}_1__deps ${DEP}_1
1018 var_list_append TASK_${TASK}_2__deps ${DEP}_2
1155 for DEP in $(task_get_deps $TASK); do
1156 #echo >&2 "CHECK: '$DEP'"
1157 if ! stamp_check $DEP.visit; then
1158 STACK=$DEP" "$STACK
1159 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1184 local TASK DEP DESCR
1196 for DEP in $(task_get_deps $TASK); do
1197 if ! stamp_check $DEP; then
1198 #echo "Redo: $TASK due to $DEP"