summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/Build3
-rw-r--r--Build/source/ChangeLog6
2 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 9229199890d..3189b44167d 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -43,6 +43,7 @@ export MAKE
# make flags
: ${TL_MAKE_FLAGS=}
+: ${TL_MAKE_VERBOSE=VERBOSE=1}
# allow override of make target.
: ${TL_TARGET=world}
@@ -127,7 +128,7 @@ cd $TL_WORKDIR || exit 1
$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.
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
index bc5d71dabfb..61f8131ee82 100644
--- a/Build/source/ChangeLog
+++ b/Build/source/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-02 Karl Berry <karl@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@tug.org>
* version.ac: 2019/dev.