projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f5fae22
)
Disable silent rules so that we can view more in Jenkins.
author
Brian Aker
<brian@tangent.org>
Thu, 21 Nov 2013 22:54:05 +0000
(17:54 -0500)
committer
Brian Aker
<brian@tangent.org>
Thu, 21 Nov 2013 22:54:05 +0000
(17:54 -0500)
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index c3347d4aef168537a2a131445c7665f70fae0ae3..a95cb85425af86762b4e5766fe931087bc21f27c 100755
(executable)
--- 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