From b02cb29e726ba44da007dff1c68f02a2c921f474 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Fri, 4 Dec 2009 00:17:06 +0200 Subject: Add --parallel option. This patch adds --parallel option that enables parallel builds and does not impose limits on maximum concurrent processes. --max-parallel (that implies --parallel) can be used to specify that maximum limit. Also make necessary adjustments to debhelper.pod and buildsystem_tests for this option. --- Debian/Debhelper/Dh_Buildsystems.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index d50c5173..0f34a2e2 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -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); -- cgit v1.2.3