mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-21 03:55:15 +00:00
Fix a type in the debug and tools templates.
This commit is contained in:
parent
88c16b385e
commit
a140410cfa
@ -35,8 +35,8 @@ do_debug_foobar_extract() {
|
||||
# Put your build code here
|
||||
do_debug_foobar_build() {
|
||||
# For example:
|
||||
# mkdir -p "${CT_BUIL_DIR}/build-foobar"
|
||||
# CT_Pushd "${CT_BUIL_DIR}/build-foobar"
|
||||
# mkdir -p "${CT_BUILD_DIR}/build-foobar"
|
||||
# CT_Pushd "${CT_BUILD_DIR}/build-foobar"
|
||||
# "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \
|
||||
# --build=${CT_BUILD} \
|
||||
# --host=${CT_TARGET} \
|
||||
|
@ -35,8 +35,8 @@ do_tools_foobar_extract() {
|
||||
# Put your build code here
|
||||
do_tools_foobar_build() {
|
||||
# For example:
|
||||
# mkdir -p "${CT_BUIL_DIR}/build-foobar"
|
||||
# CT_Pushd "${CT_BUIL_DIR}/build-foobar"
|
||||
# mkdir -p "${CT_BUILD_DIR}/build-foobar"
|
||||
# CT_Pushd "${CT_BUILD_DIR}/build-foobar"
|
||||
# "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \
|
||||
# --build=${CT_BUILD} \
|
||||
# --host=${CT_TARGET} \
|
||||
|
Loading…
Reference in New Issue
Block a user