diff --git a/share/tools/webupdate b/share/tools/webupdate index 66f74ef36d..cb5ceef8de 100755 --- a/share/tools/webupdate +++ b/share/tools/webupdate @@ -168,7 +168,7 @@ time make ${BUILDARGS} p-all >> $LOGFILE 2>&1 || cd $BUILDDIR/head/en_US.ISO8859-1/htdocs || exit 1; -( time make ${INSTARGS} all && time make ${INSTARGS} install ) >> $LOGFILE 2>&1 || +( time make ${INSTARGS} -j8 all && time make ${INSTARGS} install ) >> $LOGFILE 2>&1 || (cat $LATESTREVISION >> $LOGFILE tail -50 $LOGFILE | mail -s "FreeBSD web build failed on `hostname`" $WEBMAILTO;