mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
bootstrap.sh: ensure some parts of bootstrap are serialized
This commit is contained in:
parent
cdf6e17713
commit
dfc68a72d5
@ -383,7 +383,10 @@ bootstrap_fs() {
|
|||||||
bootstrap_libs() {
|
bootstrap_libs() {
|
||||||
for i in ${SUBDIRS}; do
|
for i in ${SUBDIRS}; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
apr|fs|libzrtp) bootstrap_$i && continue ;;
|
apr|fs|libzrtp)
|
||||||
|
[ "${BGJOB}" = "true" ] && wait
|
||||||
|
bootstrap_$i && continue
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
if [ "${BGJOB}" = "false" ]; then
|
if [ "${BGJOB}" = "false" ]; then
|
||||||
libbootstrap ${i}
|
libbootstrap ${i}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user