debian: use bootstrap.sh -j

We believe it to be safe now.  In test run on multi-core machines it
is producing bit-for-bit identical result compared to the non-parallel
invocation.
This commit is contained in:
Travis Cross 2012-05-28 18:28:17 +00:00
parent b4816ae952
commit 9f578ca440
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -47,7 +47,7 @@ override_dh_auto_clean:
.stamp-bootstrap:
@$(call show_vars)
./bootstrap.sh
./bootstrap.sh -j
touch $@
.stamp-configure: .stamp-bootstrap