# HG changeset patch # User "Yann E. MORIN" # Date 1300579985 -3600 # Node ID 3e4197f32a075ad3900e05b4b46663cf2382cdbd # Parent 3b726874fdbccecf10d4beb5814fe6a1e6d98367 libc/newlib: log even more Also log variable assignement for single commands. Signed-off-by: "Yann E. MORIN" diff -r 3b726874fdbc -r 3e4197f32a07 scripts/build/libc/newlib.sh --- a/scripts/build/libc/newlib.sh Sun Mar 20 01:08:22 2011 +0100 +++ b/scripts/build/libc/newlib.sh Sun Mar 20 01:13:05 2011 +0100 @@ -85,11 +85,11 @@ # build : not used # host : the machine building newlib # target : the machine newlib runs on + CT_DoExecLog CFG \ CC_FOR_BUILD="${CT_BUILD}-gcc" \ CFLAGS_FOR_TARGET="${CT_TARGET_CFLAGS} -O" \ AR=${CT_TARGET}-ar \ RANLIB=${CT_TARGET}-ranlib \ - CT_DoExecLog CFG \ "${CT_SRC_DIR}/newlib-$(libc_newlib_version)/configure" \ --host=${CT_BUILD} \ --target=${CT_TARGET} \