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.
.stamp-bootstrap:
@$(call show_vars)
- ./bootstrap.sh -j
+ ./bootstrap.sh
touch $@
.stamp-configure: .stamp-bootstrap
if test ! -f Makefile.in
then
- ./bootstrap.sh -j
+ ./bootstrap.sh
fi
%configure -C \
}
gnuize () {
- ./bootstrap.sh -j
+ ./bootstrap.sh
mv bootstrap.sh rebootstrap.sh
rm -f docs/AUTHORS
rm -f docs/COPYING