mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-15 21:03:06 +00:00
FSBUILD-301
This commit is contained in:
parent
8a6d0f6810
commit
8dbd62ff17
@ -341,7 +341,7 @@ rm -rf autom4te*.cache
|
|||||||
|
|
||||||
echo "Entering directory ${LIBDIR}/apr-util"
|
echo "Entering directory ${LIBDIR}/apr-util"
|
||||||
cd ${LIBDIR}/apr-util
|
cd ${LIBDIR}/apr-util
|
||||||
if [ "${BGJOB}" == "false" ] ; then
|
if [ "${BGJOB}" = "false" ] ; then
|
||||||
./buildconf
|
./buildconf
|
||||||
else
|
else
|
||||||
./buildconf &
|
./buildconf &
|
||||||
@ -350,14 +350,14 @@ fi
|
|||||||
|
|
||||||
for i in ${SUBDIRS}
|
for i in ${SUBDIRS}
|
||||||
do
|
do
|
||||||
if [ "${BGJOB}" == "false" ] ; then
|
if [ "${BGJOB}" = "false" ] ; then
|
||||||
libbootstrap ${i}
|
libbootstrap ${i}
|
||||||
else
|
else
|
||||||
libbootstrap ${i} &
|
libbootstrap ${i} &
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${BGJOB}" == "true" ] ; then
|
if [ "${BGJOB}" = "true" ] ; then
|
||||||
wait
|
wait
|
||||||
fi
|
fi
|
||||||
cd ${BASEDIR}
|
cd ${BASEDIR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user