shell.req: aded comment to ShellReqEND

This commit is contained in:
Alexey Tourbin 2007-10-09 00:51:29 +04:00
parent f7e409e475
commit 638b19576a

View File

@ -146,7 +146,10 @@ ShellReqEND()
{
[ -n "$shREQ" ] || return 0
Debug "shREQ=$shREQ"
Debug "shProv=$shPROV"
Debug "shPROV=$shPROV"
# Self-requires elimination: second pass.
# If ANY file has function(foo), skip all dependencies on execuatable(foo).
printf '%s\n' "$shREQ" |
while IFS=$'\t' read -r f r; do
CheckSelfReq()