From d393b01cb131079b767aa651dee01ff185bb0fce Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 14 Jul 2007 16:41:03 +0000 Subject: Redirect the strace build messages to the logger! diff --git a/scripts/build/debug/strace.sh b/scripts/build/debug/strace.sh index 520ba4b..4bfef2f 100644 --- a/scripts/build/debug/strace.sh +++ b/scripts/build/debug/strace.sh @@ -24,13 +24,13 @@ do_debug_strace_build() { "${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure" \ --build=${CT_BUILD} \ --host=${CT_TARGET} \ - --prefix=/usr + --prefix=/usr 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Building strace" - make + make 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Installing strace" - make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install + make DESTDIR="${CT_DEBUG_INSTALL_DIR}" install 2>&1 |CT_DoLog ALL CT_Popd CT_EndStep -- cgit v0.10.2-6-g49f6