Skip to content

Commit

Permalink
Provide a default for $make_jobs to silence warnings.
Browse files Browse the repository at this point in the history
Per complaint from Marti Raudsepp.
  • Loading branch information
adunstan committed Oct 30, 2012
1 parent 9f12ea9 commit d533ede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_build.pl
Expand Up @@ -152,6 +152,9 @@ BEGIN
use_vpath tar_log_cmd using_msvc extra_config make_jobs)
};

#default is no parallel build
$make_jobs ||= 1;

# legacy name
if (defined($PGBuild::conf{trigger_filter}))
{
Expand Down

0 comments on commit d533ede

Please sign in to comment.