lib.prov: print the number of provided symbols and the bpp value for each library

This commit is contained in:
Дмитрий Левин 2019-01-14 20:56:55 +00:00
parent 2107482334
commit 92f91356e0

View File

@ -103,8 +103,8 @@ LibProv()
if [ -n "$sym" ]; then
local n bpp set
n=$(printf '%s\n' "$sym" |wc -l)
Verbose "$f: $n symbols"
bpp=$(@RPMCONFIGDIR@/suggest_bpp "$n")
Info "$f: $n symbols, $bpp bpp"
set=$(printf '%s\n' "$sym" |@RPMCONFIGDIR@/mkset "$bpp")
printf '%s = %s\n' "$provname" "$set"
else