]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: tail on the preparation log file, too
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 15:10:57 +0000 (15:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 15:10:57 +0000 (15:10 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 8cf4672cf5d3019d972c2a8864034bae4430d68d..b5f8b3597c5f4897f8c07c55536433ec19791510 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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