From: Michael Tremer Date: Tue, 9 Jul 2024 15:10:57 +0000 (+0000) Subject: make.sh: tail on the preparation log file, too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2eb1fe4dc0344ede3ec81575d17db438644ac8f2;p=people%2Fms%2Fipfire-2.x.git make.sh: tail on the preparation log file, too Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 8cf4672cf..b5f8b3597 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