From 4a03de30dfebc33f24ab381d69c953c616cfea74 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 14 Jul 2008 16:04:41 +0000 Subject: 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(-) --- scripts/build/debug/000-template.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/build/debug') diff --git a/scripts/build/debug/000-template.sh b/scripts/build/debug/000-template.sh index 8b5c2b08..0e63d7ea 100644 --- a/scripts/build/debug/000-template.sh +++ b/scripts/build/debug/000-template.sh @@ -37,13 +37,14 @@ do_debug_foobar_build() { # 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 : } -- cgit v1.2.3