changeset 5482:10d9403ec6bc

Show longer tail of the package build log on build errors. * Makefile.in: Show last 30 lines of the package build log on errors.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 04 Jul 2020 10:31:42 +0200
parents e60d29a560ab
children 8f79ecbe790c
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Jul 02 11:55:26 2020 -0400
+++ b/Makefile.in	Sat Jul 04 10:31:42 2020 +0200
@@ -903,7 +903,7 @@
 	    echo; \
 	    echo 'Failed to build package $(1)!'; \
 	    echo '------------------------------------------------------------'; \
-	    tail -n 10 '$(LOG_DIR)/$(1)' | $(SED) -n '/./p'; \
+	    tail -n 30 '$(LOG_DIR)/$(1)' | $(SED) -n '/./p'; \
 	    echo '------------------------------------------------------------'; \
 	    echo '[log]      $(LOG_DIR)/$(1)'; \
 	    echo; \