From abbcbd1a97b9a3c382677e489726aa1628177d7d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 15:10:57 +0000 Subject: [PATCH] make.sh: tail on the preparation log file, too Signed-off-by: Michael Tremer --- make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make.sh b/make.sh index 8cf4672cf5..b5f8b3597c 100755 --- 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 -- 2.47.3