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:
parent
b4816ae952
commit
9f578ca440
|
@ -47,7 +47,7 @@ override_dh_auto_clean:
|
||||||
|
|
||||||
.stamp-bootstrap:
|
.stamp-bootstrap:
|
||||||
@$(call show_vars)
|
@$(call show_vars)
|
||||||
./bootstrap.sh
|
./bootstrap.sh -j
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
.stamp-configure: .stamp-bootstrap
|
.stamp-configure: .stamp-bootstrap
|
||||||
|
|
Loading…
Reference in New Issue