summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-15 14:41:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-15 14:41:09 (GMT)
commit070411306a40b67253a9f4d53e8acccc60a36df6 (patch)
treee1ad1fae612ac97233f374776a224b0b49ee158e /scripts
parent48c1e7781921e264931c1f740fa65fd8d91ffd28 (diff)
DUMA: don't log twice through the logger.
/trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts')
-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