make.sh: tail on the preparation log file, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 15:10:57 +00:00
parent dd813c6bc8
commit abbcbd1a97

View File

@@ -2289,6 +2289,7 @@ build)
;;
tail)
tail -F \
"${LOG_DIR}/_build.preparation.log" \
"${LOG_DIR}/_build.toolchain.log" \
"${LOG_DIR}/_build.${SNAME}.log" \
"${LOG_DIR}/_build.packages.log" 2>/dev/null