提交 8dbd62ff authored 作者: Brian West's avatar Brian West

FSBUILD-301

上级 8a6d0f68
...@@ -341,7 +341,7 @@ rm -rf autom4te*.cache ...@@ -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 ...@@ -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}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论