X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debian%2FDebhelper%2FDh_Buildsystems.pm;h=77d7f9451c438588973e7020ee20ff5a2fbced58;hb=a933d27281d9fc7296f1028e7cf96c787b78ad7e;hp=dd12ee95d5bb9a2b3fc2994eff7b51fccc119b5d;hpb=bd97b09925d8e72b19804f831bc6237509bfbff1;p=debhelper.git diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index dd12ee9..77d7f94 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -135,14 +135,14 @@ sub load_all_buildsystems { sub buildsystems_init { my %args=@_; - + my $max_parallel=1; # Available command line options my %options = ( "D=s" => \$opt_sourcedir, "sourcedirectory=s" => \$opt_sourcedir, - + "B:s" => \$opt_builddir, "builddirectory:s" => \$opt_builddir,