mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 08:10:07 +00:00
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>
This commit is contained in:
parent
ba4abe8285
commit
2071cfb13e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user