A lame fix for the rebuilding of external libraries
This commit is contained in:
parent
8a86d1d392
commit
8ffc225070
1 changed files with 1 additions and 3 deletions
|
@ -787,10 +787,8 @@ sub dmake_dir {
|
|||
my $real_exit_code = $error_code >> 8;
|
||||
if (($real_exit_code == 255) && ($ENV{nodep} eq '') && ($ENV{depend} eq '')) {
|
||||
print "Forcing regeneration of dependency info\n";
|
||||
$ENV{depend} = 't';
|
||||
run_job($dmake, $job_name);
|
||||
run_job($dmake, 'depend=t', $job_name);
|
||||
print "Retrying $job_name\n";
|
||||
$ENV{depend} = '';
|
||||
$error_code = run_job($dmake, $job_name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue