# HG changeset patch # User "Yann E. MORIN" # Date 1216051481 0 # Node ID 6d151993e980b8e7167809787de130d782744e91 # Parent 3c8d3ef50106ffb89b562488667893bd74f2add9 Advertise using CT_DoExecLog in the tools and debug templates. /trunk/scripts/build/tools/000-template.sh | 5 3 2 0 +++-- /trunk/scripts/build/debug/000-template.sh | 5 3 2 0 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff -r 3c8d3ef50106 -r 6d151993e980 scripts/build/debug/000-template.sh --- a/scripts/build/debug/000-template.sh Mon Jul 14 15:58:39 2008 +0000 +++ b/scripts/build/debug/000-template.sh Mon Jul 14 16:04:41 2008 +0000 @@ -37,13 +37,14 @@ # For example: # mkdir -p "${CT_BUILD_DIR}/build-foobar" # CT_Pushd "${CT_BUILD_DIR}/build-foobar" + # CT_DoExecLog ALL \ # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \ # --build=${CT_BUILD} \ # --host=${CT_TARGET} \ # --prefix=/usr \ # --foobar-options - # make - # make DESTDIR="${CT_SYSROOT_DIR}" install + # CT_DoExecLog ALL make + # CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install # CT_Popd : } diff -r 3c8d3ef50106 -r 6d151993e980 scripts/build/tools/000-template.sh --- a/scripts/build/tools/000-template.sh Mon Jul 14 15:58:39 2008 +0000 +++ b/scripts/build/tools/000-template.sh Mon Jul 14 16:04:41 2008 +0000 @@ -37,13 +37,14 @@ # For example: # mkdir -p "${CT_BUILD_DIR}/build-foobar" # CT_Pushd "${CT_BUILD_DIR}/build-foobar" + # CT_DoExecLog ALL \ # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \ # --build=${CT_BUILD} \ # --host=${CT_TARGET} \ # --prefix=/usr \ # --foobar-options - # make - # make DESTDIR="${CT_SYSROOT_DIR}" install + # CT_DoExecLog ALL make + # CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install # CT_Popd : }