Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2017 11:42:23 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51032 - head/share/tools
Message-ID:  <201710031142.v93BgN1l005136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Tue Oct  3 11:42:23 2017
New Revision: 51032
URL: https://svnweb.freebsd.org/changeset/doc/51032

Log:
  enable parallel web+doc build
  
  PR: 222721

Modified:
  head/share/tools/webupdate

Modified: head/share/tools/webupdate
==============================================================================
--- head/share/tools/webupdate	Tue Oct  3 11:17:44 2017	(r51031)
+++ head/share/tools/webupdate	Tue Oct  3 11:42:23 2017	(r51032)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031142.v93BgN1l005136>