Date: Sun, 1 Oct 2017 18:08:22 +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: r51017 - head/share/tools Message-ID: <201710011808.v91I8MUv070560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710011808.v91I8MUv070560>