# HG changeset patch # User "Yann E. MORIN" # Date 1388946354 -3600 # Node ID baa61856643b68f6c3643a5f46d33723a78d2555 # Parent c95c1ccf5b77d4108b6cccec76fbb3d5f4b80490 libc/glibc: print name of skipped addon When trying to extract an already present (aka bundled) addon, print the name of that addon, for clarity, and to help analyse the build.log post-mortem. Signed-off-by: "Yann E. MORIN" diff -r c95c1ccf5b77 -r baa61856643b scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Sat Jan 04 20:16:18 2014 +0100 +++ b/scripts/build/libc/glibc-eglibc.sh-common Sun Jan 05 19:25:54 2014 +0100 @@ -15,7 +15,7 @@ # need to extract it. Worse, if we were to try to extract # it, we'd get an error. if [ -d "${addon}" ]; then - CT_DoLog DEBUG "Add-on already present, spkipping extraction" + CT_DoLog DEBUG "Add-on '${addon}' already present, skipping extraction" continue fi