From: Travis Cross Date: Mon, 28 May 2012 18:28:17 +0000 (+0000) Subject: debian: use bootstrap.sh -j X-Git-Tag: v1.2.0~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f578ca440276fd6f5ed3b48d07ceca4e735d673;p=thirdparty%2Ffreeswitch.git 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. --- diff --git a/debian/rules b/debian/rules index 0e864c398d..1460ee8962 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,7 @@ override_dh_auto_clean: .stamp-bootstrap: @$(call show_vars) - ./bootstrap.sh + ./bootstrap.sh -j touch $@ .stamp-configure: .stamp-bootstrap