summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-20 00:08:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-20 00:08:22 (GMT)
commitcde7865716bb9d1cdaf2cd08dee0c586eeb1350e (patch)
tree33885efa04923564f7ddb149184a6137cd90e051 /scripts
parent7151e68b0d7a972d941d244bafae44eb923053fb (diff)
complibs/libelf: log even more
Also log variable assignement for single commands. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/companion_libs/libelf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_libs/libelf.sh b/scripts/build/companion_libs/libelf.sh
index cd3fa67..1e4d36f 100644
--- a/scripts/build/companion_libs/libelf.sh
+++ b/scripts/build/companion_libs/libelf.sh
@@ -36,9 +36,9 @@ do_libelf() {
libelf_opts+=( --disable-shared --enable-static )
fi
+ CT_DoExecLog CFG \
CC="${CT_HOST}-gcc" \
CFLAGS="-fPIC" \
- CT_DoExecLog CFG \
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
--build=${CT_BUILD} \
--host=${CT_HOST} \
@@ -69,9 +69,9 @@ do_libelf_target() {
CT_Pushd "${CT_BUILD_DIR}/build-libelf-for-target"
CT_DoLog EXTRA "Configuring libelf"
+ CT_DoExecLog CFG \
CC="${CT_TARGET}-gcc" \
CFLAGS="-fPIC" \
- CT_DoExecLog CFG \
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
--build=${CT_BUILD} \
--host=${CT_TARGET} \