This commit is contained in:
Michael Jerris 2012-04-17 22:00:59 -04:00
parent 215d8921a1
commit 5c575b27f8
1 changed files with 5 additions and 0 deletions

View File

@ -445,6 +445,11 @@ bootstrap_libs() {
continue
;;
esac
if ! ${BGJOB}; then
libbootstrap ${i} ;
else
((libbootstrap ${i} ; ) &)
fi
done
}