diff -r 05c62432ec19 -r 3c8d3ef50106 scripts/build/tools/100-libelf.sh --- a/scripts/build/tools/100-libelf.sh Fri May 02 21:59:14 2008 +0000 +++ b/scripts/build/tools/100-libelf.sh Mon Jul 14 15:58:39 2008 +0000 @@ -25,6 +25,7 @@ CT_DoLog EXTRA "Configuring libelf" CC="${CT_TARGET}-gcc" \ + CT_DoExecLog ALL \ "${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \ --build=${CT_BUILD} \ --host=${CT_TARGET} \ @@ -34,13 +35,13 @@ --enable-elf64 \ --enable-shared \ --enable-extended-format \ - --enable-static 2>&1 |CT_DoLog ALL + --enable-static CT_DoLog EXTRA "Building libelf" - make 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make CT_DoLog EXTRA "Installing libelf" - make instroot="${CT_SYSROOT_DIR}" install 2>&1 |CT_DoLog ALL + CT_DoExecLog ALL make instroot="${CT_SYSROOT_DIR}" install CT_Popd CT_EndStep