texlive[48808] Build/source: make VERBOSE=1 by default so that

commits+karl at tug.org commits+karl at tug.org
Tue Oct 2 03:55:10 CEST 2018


Revision: 48808
          http://tug.org/svn/texlive?view=revision&revision=48808
Author:   karl
Date:     2018-10-02 03:55:09 +0200 (Tue, 02 Oct 2018)
Log Message:
-----------
make VERBOSE=1 by default so that test-suite.log is shown on stdout on failure

Modified Paths:
--------------
    trunk/Build/source/Build
    trunk/Build/source/ChangeLog

Modified: trunk/Build/source/Build
===================================================================
--- trunk/Build/source/Build	2018-10-02 01:23:28 UTC (rev 48807)
+++ trunk/Build/source/Build	2018-10-02 01:55:09 UTC (rev 48808)
@@ -43,6 +43,7 @@
 
 # make flags
 : ${TL_MAKE_FLAGS=}
+: ${TL_MAKE_VERBOSE=VERBOSE=1}
 
 # allow override of make target.
 : ${TL_TARGET=world}
@@ -127,7 +128,7 @@
         $TL_CONFIGURE_ARGS \
         "$@" \
   && eval $TL_POSTCONFIGURE \
-  && eval $TL_BUILD_ENV $TL_MAKE $TL_MAKE_FLAGS $TL_TARGET
+  && eval $TL_BUILD_ENV $TL_MAKE $TL_MAKE_FLAGS $TL_MAKE_VERBOSE $TL_TARGET
   
   # Too arcane to try to propagate the exit status through a pipeline.
   # Just use a temp file.

Modified: trunk/Build/source/ChangeLog
===================================================================
--- trunk/Build/source/ChangeLog	2018-10-02 01:23:28 UTC (rev 48807)
+++ trunk/Build/source/ChangeLog	2018-10-02 01:55:09 UTC (rev 48808)
@@ -1,3 +1,9 @@
+2018-10-02  Karl Berry  <karl at tug.org>
+
+	* Build: TL_MAKE_VERBOSE=VERBOSE=1 by default,
+	so that test-suite.log will be shown on failure.
+	https://lists.gnu.org/archive/html/automake/2018-09/msg00015.html
+
 2018-04-28  Karl Berry  <karl at tug.org>
 
 	* version.ac: 2019/dev.



More information about the tex-live-commits mailing list