diff -r 05c62432ec19 -r dd364fef67b4 scripts/build/debug/500-strace.sh --- a/scripts/build/debug/500-strace.sh Fri May 02 21:59:14 2008 +0000 +++ b/scripts/build/debug/500-strace.sh Sat Jul 19 12:15:17 2008 +0000 @@ -21,16 +21,17 @@ CT_Pushd "${CT_BUILD_DIR}/build-strace" CT_DoLog EXTRA "Configuring strace" + CT_DoExecLog ALL \ "${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure" \ --build=${CT_BUILD} \ --host=${CT_TARGET} \ - --prefix=/usr 2>&1 |CT_DoLog ALL + --prefix=/usr CT_DoLog EXTRA "Building strace" - make 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make CT_DoLog EXTRA "Installing strace" - make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install CT_Popd CT_EndStep