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

Lines Matching refs:DEP

1011     local DEP
1013 for DEP; do
1014 var_list_append TASK_${TASK}_1__deps ${DEP}_1
1015 var_list_append TASK_${TASK}_2__deps ${DEP}_2
1152 for DEP in $(task_get_deps $TASK); do
1153 #echo >&2 "CHECK: '$DEP'"
1154 if ! stamp_check $DEP.visit; then
1155 STACK=$DEP" "$STACK
1156 #echo >&2 "PUSH: '$DEP' => '$STACK'"
1181 local TASK DEP DESCR
1193 for DEP in $(task_get_deps $TASK); do
1194 if ! stamp_check $DEP; then
1195 #echo "Redo: $TASK due to $DEP"