call make all' first, than make install'

PR: 222721
This commit is contained in:
Wolfram Schneider 2017-10-01 18:08:22 +00:00
parent c997987fd5
commit 02bb3f74fe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51017

View file

@ -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;