svn commit: r51032 - head/share/tools

Wolfram Schneider wosch at FreeBSD.org
Tue Oct 3 11:42:24 UTC 2017


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;


More information about the svn-doc-all mailing list