diff -r 010f6f4e4dd6 -r ca740b4c4262 scripts/build/debug/100-dmalloc.sh --- a/scripts/build/debug/100-dmalloc.sh Tue May 20 21:32:39 2008 +0000 +++ b/scripts/build/debug/100-dmalloc.sh Mon Jul 14 21:57:57 2008 +0000 @@ -40,19 +40,19 @@ LD="${CT_TARGET}-ld" \ AR="${CT_TARGET}-ar" \ + CT_DoExecLog ALL \ "${CT_SRC_DIR}/dmalloc-${CT_DMALLOC_VERSION}/configure" \ --prefix=/usr \ --build="${CT_BUILD}" \ --host="${CT_TARGET}" \ - ${extra_config} 2>&1 |CT_DoLog ALL + ${extra_config} CT_DoLog EXTRA "Building dmalloc" - make 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Installing dmalloc" - make DESTDIR="${CT_SYSROOT_DIR}" installincs \ - installlib 2>&1 |CT_DoLog ALL - make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" installincs installlib + CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" installutil CT_EndStep }