mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
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:
@@ -112,7 +112,7 @@ set_fs_ver () {
|
||||
}
|
||||
|
||||
gnuize () {
|
||||
./bootstrap.sh -j
|
||||
./bootstrap.sh
|
||||
mv bootstrap.sh rebootstrap.sh
|
||||
rm -f docs/AUTHORS
|
||||
rm -f docs/COPYING
|
||||
|
Reference in New Issue
Block a user