mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Silence double-symlink errors while building solaris toolchain
This commit is contained in:
parent
a330e49593
commit
40291bce5f
@ -54,7 +54,7 @@ apt-get clean
|
||||
# This makes all those symlinks.
|
||||
for lib in $(find -name '*.so.*'); do
|
||||
target=${lib%.so.*}.so
|
||||
[ -e $target ] || ln -s ${lib##*/} $target
|
||||
ln -s ${lib##*/} $target || echo "warning: silenced error symlinking $lib"
|
||||
done
|
||||
|
||||
# Remove Solaris 11 functions that are optionally used by libbacktrace.
|
||||
|
Loading…
Reference in New Issue
Block a user