libc/glibc: print name of skipped addon
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Jan 05 19:25:54 2014 +0100 (2014-01-05)
changeset 3274baa61856643b
parent 3273 c95c1ccf5b77
child 3275 eacd3115e674
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" <yann.morin.1998@free.fr>
scripts/build/libc/glibc-eglibc.sh-common
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Sat Jan 04 20:16:18 2014 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Sun Jan 05 19:25:54 2014 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4          # need to extract it. Worse, if we were to try to extract
     1.5          # it, we'd get an error.
     1.6          if [ -d "${addon}" ]; then
     1.7 -            CT_DoLog DEBUG "Add-on already present, spkipping extraction"
     1.8 +            CT_DoLog DEBUG "Add-on '${addon}' already present, skipping extraction"
     1.9              continue
    1.10          fi
    1.11