shell.req: aded comment to ShellReqEND
This commit is contained in:
parent
f7e409e475
commit
638b19576a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user