mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +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:
|
||||
# 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
|
||||
:
|
||||
}
|
||||
|
@ -37,13 +37,14 @@ do_tools_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
|
||||
:
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user