mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Inform that a component is already extracted.
This commit is contained in:
parent
b332ed5ab6
commit
5856bb8c5e
@ -356,7 +356,10 @@ CT_ExtractAndPatch() {
|
||||
esac
|
||||
|
||||
# If the directory exists, then consider extraction and patching done
|
||||
[ -d "${file}" ] && return 0
|
||||
if [ -d "${file}" ]; then
|
||||
CT_DoLog EXTRA "Already extracted \"${file}\""
|
||||
return 0
|
||||
fi
|
||||
|
||||
CT_DoLog EXTRA "Extracting \"${file}\""
|
||||
case "${ext}" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user