summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-02 15:40:19 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-02 15:40:19 +0100
commit8ffc2250708698f13ec90cecc138dc10dc05ab8b (patch)
treed4d419ff5f8ccd75329dcd2a7ab60a8f184681d8 /solenv
parent8a86d1d3924c2a8701bb53aa41dce10c54e2fede (diff)
A lame fix for the rebuilding of external libraries
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/build.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index e549b7dff34c..bb37e1135542 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -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);
}