]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Buildsystems.pm
Add --parallel option.
[debhelper.git] / Debian / Debhelper / Dh_Buildsystems.pm
index d50c51739ff8dd3883805fa52d3e9d332618abfc..0f34a2e2d24cf04293f33ebb654450badc929a2b 100644 (file)
@@ -152,6 +152,7 @@ sub buildsystems_init {
            "l" => \$opt_list,
            "list" => \$opt_list,
 
+           "parallel" => sub { $max_parallel = -1 },
            "max-parallel=i" => \$max_parallel,
        );
        $args{options}{$_} = $options{$_} foreach keys(%options);