summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-17 21:32:21 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-17 21:32:21 (GMT)
commit111ecace8e9ecf86c9ae8ee3293efe131981aa7e (patch)
tree14c97942bce1630332c7a83e53614df8a27d575a
parentfb44155d7e4ab89694894e851cce19983d1de040 (diff)
Backport #1011 from trunk:
DUMA: don't log twice through the logger. /branches/1.2/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rw-r--r--scripts/build/debug/100-dmalloc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/100-dmalloc.sh b/scripts/build/debug/100-dmalloc.sh
index 463c4c4..59b25b3 100644
--- a/scripts/build/debug/100-dmalloc.sh
+++ b/scripts/build/debug/100-dmalloc.sh
@@ -48,7 +48,7 @@ do_debug_dmalloc_build() {
${extra_config}
CT_DoLog EXTRA "Building dmalloc"
- CT_DoExecLog ALL make 2>&1 |CT_DoLog ALL
+ CT_DoExecLog ALL make
CT_DoLog EXTRA "Installing dmalloc"
CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" installincs installlib