don't use bootstrap.sh -j anywhere but devel-bootstrap.sh

We believe there may be a race condition in bootstrap.sh when run with
-j.  We know that running it without -j should be at least
deterministic (whether or not correct), so we'll go with that in
anticipation of releasing v1.2.
This commit is contained in:
Travis Cross
2012-05-08 18:55:44 +00:00
parent c728efdbb9
commit bb90d52df7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ override_dh_auto_clean:
.stamp-bootstrap:
@$(call show_vars)
./bootstrap.sh -j
./bootstrap.sh
touch $@
.stamp-configure: .stamp-bootstrap