mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
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(-)
This commit is contained in:
parent
223231bcc3
commit
4a03de30df
@ -37,13 +37,14 @@ do_debug_foobar_build() {
|
|||||||
# For example:
|
# For example:
|
||||||
# mkdir -p "${CT_BUILD_DIR}/build-foobar"
|
# mkdir -p "${CT_BUILD_DIR}/build-foobar"
|
||||||
# CT_Pushd "${CT_BUILD_DIR}/build-foobar"
|
# CT_Pushd "${CT_BUILD_DIR}/build-foobar"
|
||||||
|
# CT_DoExecLog ALL \
|
||||||
# "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \
|
# "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \
|
||||||
# --build=${CT_BUILD} \
|
# --build=${CT_BUILD} \
|
||||||
# --host=${CT_TARGET} \
|
# --host=${CT_TARGET} \
|
||||||
# --prefix=/usr \
|
# --prefix=/usr \
|
||||||
# --foobar-options
|
# --foobar-options
|
||||||
# make
|
# CT_DoExecLog ALL make
|
||||||
# make DESTDIR="${CT_SYSROOT_DIR}" install
|
# CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install
|
||||||
# CT_Popd
|
# CT_Popd
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
@ -37,13 +37,14 @@ do_tools_foobar_build() {
|
|||||||
# For example:
|
# For example:
|
||||||
# mkdir -p "${CT_BUILD_DIR}/build-foobar"
|
# mkdir -p "${CT_BUILD_DIR}/build-foobar"
|
||||||
# CT_Pushd "${CT_BUILD_DIR}/build-foobar"
|
# CT_Pushd "${CT_BUILD_DIR}/build-foobar"
|
||||||
|
# CT_DoExecLog ALL \
|
||||||
# "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \
|
# "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \
|
||||||
# --build=${CT_BUILD} \
|
# --build=${CT_BUILD} \
|
||||||
# --host=${CT_TARGET} \
|
# --host=${CT_TARGET} \
|
||||||
# --prefix=/usr \
|
# --prefix=/usr \
|
||||||
# --foobar-options
|
# --foobar-options
|
||||||
# make
|
# CT_DoExecLog ALL make
|
||||||
# make DESTDIR="${CT_SYSROOT_DIR}" install
|
# CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install
|
||||||
# CT_Popd
|
# CT_Popd
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user