mirror of
https://github.com/clearlinux/clr-avx-tools.git
synced 2026-09-03 20:31:31 +00:00
v5
That's the usual case with libraries: libfoo.so -> libfoo.so.1 -> libfoo.so.1.2.3 We prepended the symlinks so we did readelf on them first, before moving. But there was a problem in case moved the middle symlink, such that the first one became broken. So instead of building a file list to scan, then scan and move in one go, we scan while building the file list, doing all the moves at the end. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Description
No description provided
191 KiB
Languages
Python
80%
Shell
9.3%
Perl
8.7%
Makefile
2%