mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
Auto merge of #126011 - workingjubilee:try-fix-solaris-build, r=workingjubilee
Silence double-symlink errors while building solaris toolchain Intended to address the current issues with the tree.
This commit is contained in:
@@ -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.
|
||||
|
||||
+1
-1
Submodule src/doc/nomicon updated: 0d5f88475f...0ebdacadbd
Reference in New Issue
Block a user