enable parallel web+doc build
PR: 222721
This commit is contained in:
parent
446279c5cb
commit
3c2b982611
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51032
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue