Silence make in phase 2 as well
All checks were successful
the build was successful

This commit is contained in:
Reinhard Müller 2019-03-12 19:34:57 +01:00
parent 532846870f
commit 8588191c9d

View File

@ -36,7 +36,7 @@ build_into(){
{
echo "Starting phase 2" \
&& make --jobs=$ncpu --file="$(logname Makefile)" 2>&1 \
&& make --silent --jobs=$ncpu --file="$(logname Makefile)" 2>&1 \
&& echo "Finishing phase 2" \
|| die "Error during phase 2"
} | t_logstatus phase_2 || exit 1