From: Brian Aker Date: Thu, 21 Nov 2013 22:54:05 +0000 (-0500) Subject: Disable silent rules so that we can view more in Jenkins. X-Git-Tag: 1.0.18~14^2~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=501492e8e79fc889370f46690e638cad3786be3d;p=m6w6%2Flibmemcached Disable silent rules so that we can view more in Jenkins. --- 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