svn commit: r51017 - head/share/tools
Wolfram Schneider
wosch at FreeBSD.org
Sun Oct 1 18:08:23 UTC 2017
Author: wosch
Date: Sun Oct 1 18:08:22 2017
New Revision: 51017
URL: https://svnweb.freebsd.org/changeset/doc/51017
Log:
call `make all' first, than `make install'
PR: 222721
Modified:
head/share/tools/webupdate
Modified: head/share/tools/webupdate
==============================================================================
--- head/share/tools/webupdate Sun Oct 1 12:11:13 2017 (r51016)
+++ head/share/tools/webupdate Sun Oct 1 18:08:22 2017 (r51017)
@@ -165,7 +165,7 @@ time make ${BUILDARGS} p-all >> $LOGFILE 2>&1 ||
cd $BUILDDIR/head/en_US.ISO8859-1/htdocs || exit 1;
-time make ${INSTARGS} install >> $LOGFILE 2>&1 ||
+( time make ${INSTARGS} all && time make ${INSTARGS} install ) >> $LOGFILE 2>&1 ||
(tail -50 $LOGFILE |
mail -s "FreeBSD web build failed on `hostname`" $WEBMAILTO;
exit 3) || exit 3;
More information about the svn-doc-head
mailing list