From 2071cfb13ea9271b95c13c53f2c85536feab6b69 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 5 Jan 2014 19:25:54 +0100 Subject: 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 --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common index b9c55cb..4d961fd 100644 --- a/scripts/build/libc/glibc-eglibc.sh-common +++ b/scripts/build/libc/glibc-eglibc.sh-common @@ -15,7 +15,7 @@ do_libc_extract() { # 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 -- cgit v0.10.2-6-g49f6