提交 bb90d52d authored 作者: Travis Cross's avatar Travis Cross

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.
上级 c728efdb
...@@ -47,7 +47,7 @@ override_dh_auto_clean: ...@@ -47,7 +47,7 @@ override_dh_auto_clean:
.stamp-bootstrap: .stamp-bootstrap:
@$(call show_vars) @$(call show_vars)
./bootstrap.sh -j ./bootstrap.sh
touch $@ touch $@
.stamp-configure: .stamp-bootstrap .stamp-configure: .stamp-bootstrap
......
...@@ -1433,7 +1433,7 @@ export ACLOCAL_FLAGS="-I /usr/share/aclocal" ...@@ -1433,7 +1433,7 @@ export ACLOCAL_FLAGS="-I /usr/share/aclocal"
if test ! -f Makefile.in if test ! -f Makefile.in
then then
./bootstrap.sh -j ./bootstrap.sh
fi fi
%configure -C \ %configure -C \
......
...@@ -112,7 +112,7 @@ set_fs_ver () { ...@@ -112,7 +112,7 @@ set_fs_ver () {
} }
gnuize () { gnuize () {
./bootstrap.sh -j ./bootstrap.sh
mv bootstrap.sh rebootstrap.sh mv bootstrap.sh rebootstrap.sh
rm -f docs/AUTHORS rm -f docs/AUTHORS
rm -f docs/COPYING rm -f docs/COPYING
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论