build: clarify Makefile for check_so_deps failures
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: If6b9ee44568370667d5d597098b43aa892862232 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8499 Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
5fc0475c14
commit
1be9c295b8
@ -219,7 +219,7 @@ function confirm_deps() {
|
||||
if [ "$diff" != "" ]; then
|
||||
touch $fail_file
|
||||
echo "there was a dependency mismatch in the library $lib_shortname"
|
||||
echo "The makefile lists: '${lib_make_deps[*]}'"
|
||||
echo "The makefile (spdk.lib_deps.mk) lists: '${lib_make_deps[*]}'"
|
||||
echo "readelf outputs : '${dep_names[*]}'"
|
||||
echo "---------------------------------------------------------------------"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user