Backport #1011 from trunk: 1.2
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Sep 17 21:32:21 2008 +0000 (2008-09-17)
branch1.2
changeset 8624a6f1dd34b97
parent 844 e6260fc822a5
child 863 a385aa3e24f7
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(-)
scripts/build/debug/100-dmalloc.sh
     1.1 --- a/scripts/build/debug/100-dmalloc.sh	Fri Sep 05 11:22:15 2008 +0000
     1.2 +++ b/scripts/build/debug/100-dmalloc.sh	Wed Sep 17 21:32:21 2008 +0000
     1.3 @@ -48,7 +48,7 @@
     1.4          ${extra_config}
     1.5  
     1.6      CT_DoLog EXTRA "Building dmalloc"
     1.7 -    CT_DoExecLog ALL make 2>&1 |CT_DoLog ALL
     1.8 +    CT_DoExecLog ALL make
     1.9  
    1.10      CT_DoLog EXTRA "Installing dmalloc"
    1.11      CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" installincs installlib