#i10000# Do not check deliverables of linked, not-built modules.
This commit is contained in:
parent
3bb88621d3
commit
59c47d1254
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ sub check
|
|||
return $error;
|
||||
}
|
||||
if ( $canread == 2 ) {
|
||||
# module is linked, link can be resolved
|
||||
$islinked = 1;
|
||||
# module is linked and not built, no need for checking
|
||||
return $error;
|
||||
}
|
||||
|
||||
# read deliver log file
|
||||
|
|
Loading…
Reference in a new issue