svn commit: r51032 - head/share/tools
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"