Minor tweak for log output
All checks were successful
the build was successful

This commit is contained in:
Reinhard Müller 2019-03-11 21:13:10 +01:00
parent be23ba3b57
commit cc4dc73de2

View File

@ -18,8 +18,6 @@ build_into(){
[ -f "$(logname lasterror)" ] && rm "$(logname lasterror)"
[ -f "$(logname debug)" ] && rm "$(logname debug)"
forcelog Makefile
{
echo "Starting phase 1" \
&& make -C "$basedir" --no-print-directory 2>&1 \
@ -29,6 +27,8 @@ build_into(){
dir_maker "$basedir" "$stagedir" || exit 1
forcelog Makefile
{
tree_maker "$basedir" "$stagedir" 2>&1 \
|| die "Error during phase 2 Makefile generation"