From 501492e8e79fc889370f46690e638cad3786be3d Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 21 Nov 2013 17:54:05 -0500 Subject: [PATCH] Disable silent rules so that we can view more in Jenkins. --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index c3347d4a..a95cb854 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -404,6 +404,10 @@ run_configure () # Arguments for configure local BUILD_CONFIGURE_ARG='' + if $jenkins_build_environment; then + BUILD_CONFIGURE_ARG="--disable-silent-rules " + fi + # If debug is set we enable both debug and asssert, otherwise we see if this is a VCS checkout and if so enable assert # Set ENV ASSERT in order to enable assert. # If we are doing a valgrind run, we always compile with assert disabled -- 2.30.2