Fix a type in the debug and tools templates.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jul 11 21:01:37 2007 +0000 (2007-07-11)
changeset 23402564d9322d4
parent 233 a51d7058e41c
child 235 faadf2d49d5d
Fix a type in the debug and tools templates.
scripts/build/debug/template.sh
scripts/build/tools/template.sh
     1.1 --- a/scripts/build/debug/template.sh	Wed Jul 11 16:04:18 2007 +0000
     1.2 +++ b/scripts/build/debug/template.sh	Wed Jul 11 21:01:37 2007 +0000
     1.3 @@ -35,8 +35,8 @@
     1.4  # Put your build code here
     1.5  do_debug_foobar_build() {
     1.6      # For example:
     1.7 -    # mkdir -p "${CT_BUIL_DIR}/build-foobar"
     1.8 -    # CT_Pushd "${CT_BUIL_DIR}/build-foobar"
     1.9 +    # mkdir -p "${CT_BUILD_DIR}/build-foobar"
    1.10 +    # CT_Pushd "${CT_BUILD_DIR}/build-foobar"
    1.11      # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure"   \
    1.12      #     --build=${CT_BUILD}                                 \
    1.13      #     --host=${CT_TARGET}                                 \
     2.1 --- a/scripts/build/tools/template.sh	Wed Jul 11 16:04:18 2007 +0000
     2.2 +++ b/scripts/build/tools/template.sh	Wed Jul 11 21:01:37 2007 +0000
     2.3 @@ -35,8 +35,8 @@
     2.4  # Put your build code here
     2.5  do_tools_foobar_build() {
     2.6      # For example:
     2.7 -    # mkdir -p "${CT_BUIL_DIR}/build-foobar"
     2.8 -    # CT_Pushd "${CT_BUIL_DIR}/build-foobar"
     2.9 +    # mkdir -p "${CT_BUILD_DIR}/build-foobar"
    2.10 +    # CT_Pushd "${CT_BUILD_DIR}/build-foobar"
    2.11      # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure"   \
    2.12      #     --build=${CT_BUILD}                                 \
    2.13      #     --host=${CT_TARGET}                                 \