From 3c2b982611938fafa222ce711998c0a2fb3166e8 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 3 Oct 2017 11:42:23 +0000 Subject: [PATCH] enable parallel web+doc build PR: 222721 --- share/tools/webupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;