scripts/build/debug/500-strace.sh
changeset 669 ca740b4c4262
parent 479 05c62432ec19
child 711 c9bb5606a265
     1.1 --- a/scripts/build/debug/500-strace.sh	Fri May 02 21:59:14 2008 +0000
     1.2 +++ b/scripts/build/debug/500-strace.sh	Mon Jul 14 21:57:57 2008 +0000
     1.3 @@ -21,16 +21,17 @@
     1.4      CT_Pushd "${CT_BUILD_DIR}/build-strace"
     1.5  
     1.6      CT_DoLog EXTRA "Configuring strace"
     1.7 +    CT_DoExecLog ALL                                        \
     1.8      "${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure"   \
     1.9          --build=${CT_BUILD}                                 \
    1.10          --host=${CT_TARGET}                                 \
    1.11 -        --prefix=/usr                                       2>&1 |CT_DoLog ALL
    1.12 +        --prefix=/usr
    1.13  
    1.14      CT_DoLog EXTRA "Building strace"
    1.15 -    make    2>&1 |CT_DoLog ALL
    1.16 +    CT_DoExecLog ALL make
    1.17  
    1.18      CT_DoLog EXTRA "Installing strace"
    1.19 -    make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install  2>&1 |CT_DoLog ALL
    1.20 +    CT_DoExecLog ALL make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install
    1.21  
    1.22      CT_Popd
    1.23      CT_EndStep