mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-21 03:25:49 +00:00
When isntalling aliases, send symlinks creation to CT_DEBUG log level.
This commit is contained in:
parent
1a32a0fbbc
commit
3f4ac101f2
@ -443,7 +443,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
|
||||
for t in "${CT_TARGET}-"*; do
|
||||
_t="`echo \"$t\" |sed -r -e 's/^'\"${CT_TARGET}\"'-/'\"${CT_TARGET_ALIAS}\"'-/;'`"
|
||||
CT_DoLog DEBUG "Linking \"${_t}\" -> \"${t}\""
|
||||
ln -s "${t}" "${_t}"
|
||||
ln -sv "${t}" "${_t}" 2>&1 |CT_DoLog DEBUG
|
||||
done
|
||||
CT_Popd
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user