Advertise using CT_DoExecLog in the tools and debug templates.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 14 16:04:41 2008 +0000 (2008-07-14)
changeset 6646d151993e980
parent 663 3c8d3ef50106
child 665 313618c2c185
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
scripts/build/tools/000-template.sh
     1.1 --- a/scripts/build/debug/000-template.sh	Mon Jul 14 15:58:39 2008 +0000
     1.2 +++ b/scripts/build/debug/000-template.sh	Mon Jul 14 16:04:41 2008 +0000
     1.3 @@ -37,13 +37,14 @@
     1.4      # For example:
     1.5      # mkdir -p "${CT_BUILD_DIR}/build-foobar"
     1.6      # CT_Pushd "${CT_BUILD_DIR}/build-foobar"
     1.7 +    # CT_DoExecLog ALL                                        \
     1.8      # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure"   \
     1.9      #     --build=${CT_BUILD}                                 \
    1.10      #     --host=${CT_TARGET}                                 \
    1.11      #     --prefix=/usr                                       \
    1.12      #     --foobar-options
    1.13 -    # make
    1.14 -    # make DESTDIR="${CT_SYSROOT_DIR}" install
    1.15 +    # CT_DoExecLog ALL make
    1.16 +    # CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install
    1.17      # CT_Popd
    1.18      :
    1.19  }
     2.1 --- a/scripts/build/tools/000-template.sh	Mon Jul 14 15:58:39 2008 +0000
     2.2 +++ b/scripts/build/tools/000-template.sh	Mon Jul 14 16:04:41 2008 +0000
     2.3 @@ -37,13 +37,14 @@
     2.4      # For example:
     2.5      # mkdir -p "${CT_BUILD_DIR}/build-foobar"
     2.6      # CT_Pushd "${CT_BUILD_DIR}/build-foobar"
     2.7 +    # CT_DoExecLog ALL                                        \
     2.8      # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure"   \
     2.9      #     --build=${CT_BUILD}                                 \
    2.10      #     --host=${CT_TARGET}                                 \
    2.11      #     --prefix=/usr                                       \
    2.12      #     --foobar-options
    2.13 -    # make
    2.14 -    # make DESTDIR="${CT_SYSROOT_DIR}" install
    2.15 +    # CT_DoExecLog ALL make
    2.16 +    # CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install
    2.17      # CT_Popd
    2.18      :
    2.19  }